GlobalObjectProviderFactory Class

Definition

Important

This API is not CLS-compliant.

Provides a base class for enumerating global object providers.

public ref class GlobalObjectProviderFactory abstract : MarshalByRefObject
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("39FD482D-C76C-4dd4-9E06-FB7C52F69C8A")]
public abstract class GlobalObjectProviderFactory : MarshalByRefObject
[System.Runtime.InteropServices.Guid("39FD482D-C76C-4dd4-9E06-FB7C52F69C8A")]
public abstract class GlobalObjectProviderFactory : MarshalByRefObject
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("39FD482D-C76C-4dd4-9E06-FB7C52F69C8A")>]
type GlobalObjectProviderFactory = class
    inherit MarshalByRefObject
[<System.Runtime.InteropServices.Guid("39FD482D-C76C-4dd4-9E06-FB7C52F69C8A")>]
type GlobalObjectProviderFactory = class
    inherit MarshalByRefObject
Public MustInherit Class GlobalObjectProviderFactory
Inherits MarshalByRefObject
Inheritance
GlobalObjectProviderFactory
Attributes

Constructors

GlobalObjectProviderFactory()

Initializes an instance of the GlobalObjectProviderFactory class.

Methods

GetProviders()

Returns an array of all the currently available global object providers.

Applies to