Partager via


ProviderHost Constructor

 

Initializes a new instance of the ProviderHost class.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Overload List

Name Description
System_CAPS_pubmethod ProviderHost(Object, String)

Initializes a new instance of the ProviderHost class with the specified contract object and identifier.

System_CAPS_pubmethod ProviderHost(Object, String, IList<Type>)

Initializes a new instance of the ProviderHost class with the specified contract object, provider identifier, and optional list of contract objects.

System_CAPS_pubmethod ProviderHost(Type, String)

Initializes a new instance of the ProviderHost class with the specified contract type and provider identifier.

System_CAPS_pubmethod ProviderHost(Type, String, IList<Type>)

Initializes a new instance of the ProviderHost class with the specified contract type, provider identifier, and optional list of contract objects.

See Also

ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top