DeploymentProviderContext Class

IIS 7.0

Provides properties that define the context of a deployment provider.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentProviderContext

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentProviderContext

The DeploymentProviderContext type exposes the following members.

  NameDescription
Public propertyFactoryGets the DeploymentProviderFactory associated with the current object.
Public propertyPathGets the path of the current object.
Public propertyProviderOptions
Public propertyProviderSettingsGets the DeploymentProviderSettingCollection associated with the factory of the current object.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The context of a deployment provider gives the information needed for DeploymentObjectProvider subclasses to perform routine operations. This information includes the DeploymentProviderFactory, Path, and DeploymentProviderSettingCollection associated with the current object.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: