DeployManifest Constructors

Definition

Initializes a new instance of the DeployManifest class.

Overloads

DeployManifest()

Initializes a new instance of the DeployManifest class.

DeployManifest(String)

Initializes a new instance of the DeployManifest class.

DeployManifest()

Initializes a new instance of the DeployManifest class.

public:
 DeployManifest();
public DeployManifest ();
Public Sub New ()

Applies to

DeployManifest(String)

Initializes a new instance of the DeployManifest class.

public:
 DeployManifest(System::String ^ targetFrameworkMoniker);
public DeployManifest (string targetFrameworkMoniker);
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
Public Sub New (targetFrameworkMoniker As String)

Parameters

targetFrameworkMoniker
String

A token that represents a version of the .NET Framework runtime.

Applies to