SDKManifest(String) Constructor
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.
Constructor Takes the path to SDKManifest.xml and populates the structure with manifest data
public:
SDKManifest(System::String ^ pathToSdk);
public SDKManifest (string pathToSdk);
new Microsoft.Build.Utilities.SDKManifest : string -> Microsoft.Build.Utilities.SDKManifest
Public Sub New (pathToSdk As String)
Parameters
- pathToSdk
- String