ApplicationManifest Constructors

Definition

Initializes a new instance of the ApplicationManifest class.

Overloads

ApplicationManifest()

Initializes a new instance of the ApplicationManifest class.

ApplicationManifest(String)

Initializes a new instance of the ApplicationManifest class.

ApplicationManifest()

Initializes a new instance of the ApplicationManifest class.

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

Applies to

ApplicationManifest(String)

Initializes a new instance of the ApplicationManifest class.

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

Parameters

targetFrameworkVersion
String

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

Applies to