ApplicationManifest 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 ApplicationManifest class.
Overloads
ApplicationManifest() |
Initializes a new instance of the ApplicationManifest class. |
ApplicationManifest(String) |
Initializes a new instance of the ApplicationManifest class. |
ApplicationManifest()
- Source:
- ApplicationManifest.cs
Initializes a new instance of the ApplicationManifest class.
public:
ApplicationManifest();
public ApplicationManifest ();
Public Sub New ()
Applies to
ApplicationManifest(String)
- Source:
- ApplicationManifest.cs
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.