Share via


GlobalObjectService Class

Definition

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

Name Description
GlobalObjectService(IServiceProvider, Project, Type)

Initializes an new instance of the GlobalObjectService class

Methods

Name Description
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

Name Description
IDisposable.Dispose()

Disposes GlobalObjectService.

Applies to