DeployManifest Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DeployManifest class.
DeployManifest() |
Initializes a new instance of the DeployManifest class. |
DeployManifest(String) |
Initializes a new instance of the DeployManifest class. |
- Source:
- DeployManifest.cs
Initializes a new instance of the DeployManifest class.
public:
DeployManifest();
C#
public DeployManifest();
Public Sub New ()
Applies to
MSBuild 17 ve diğer sürümler
Ürün | Sürümler |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |
- Source:
- DeployManifest.cs
Initializes a new instance of the DeployManifest class.
public:
DeployManifest(System::String ^ targetFrameworkMoniker);
C#
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
MSBuild 17 ve diğer sürümler
Ürün | Sürümler |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |