DeployManifest Constructors
Definition
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.
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.
public:
DeployManifest();
public DeployManifest ();
Public Sub New ()
Applies to
DeployManifest(String)
- Source:
- DeployManifest.cs
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.