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()

Source:
DeployManifest.cs

Initializes a new instance of the DeployManifest class.

C#
public DeployManifest();

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

DeployManifest(String)

Source:
DeployManifest.cs

Initializes a new instance of the DeployManifest class.

C#
public DeployManifest(string targetFrameworkMoniker);

Parameters

targetFrameworkMoniker
String

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

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1