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

MSBuild 17 ve diğer sürümler
Ürün Sürümler
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17

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

MSBuild 17 ve diğer sürümler
Ürün Sürümler
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17