DeploymentAddLinkContext Class

IIS 7.0

Provides a class that creates new deployment objects with link context data.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentAddLinkContext

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

public ref class DeploymentAddLinkContext

The DeploymentAddLinkContext type exposes the following members.

  NameDescription
Public methodCreateProvider(DeploymentProviderOptions)Creates a new deployment object and adds it to the underlying collection.
Public methodCreateProvider(String, String)Creates a new deployment object by using the specified provider factory name and path. The new object is added to the underlying collection.
Public methodCreateProvider(DeploymentProviderOptions, String)Creates a new deployment object by using the specified provider options and link name. The new object is added to the underlying collection.
Public methodCreateProvider(String, String, String)Creates a new deployment object by using the specified provider factory name, path, and link name. The new object is added to the underlying collection.
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

You cannot create an instance of this class directly.

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: