GlobalObjectService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Maintains the current table of global object providers. This class cannot be inherited.
public ref class GlobalObjectService sealed : IDisposable
[System.CLSCompliant(false)]
public sealed class GlobalObjectService : IDisposable
public sealed class GlobalObjectService : IDisposable
[<System.CLSCompliant(false)>]
type GlobalObjectService = class
interface IDisposable
type GlobalObjectService = class
interface IDisposable
Public NotInheritable Class GlobalObjectService
Implements IDisposable
- Inheritance
-
GlobalObjectService
- Attributes
- Implements
Constructors
GlobalObjectService(IServiceProvider, Project, Type) |
Initializes an new instance of the GlobalObjectService class |
Methods
GetGlobalObjects() |
Returns a collection of all the currently available global objects. |
GetGlobalObjects(Type) |
Returns a collection of currently available global objects that are of the specified type. |
GetGlobalTypes() |
Returns a collection of currently available global types. |
Explicit Interface Implementations
IDisposable.Dispose() |
Disposes GlobalObjectService. |