LauncherBuilder.Build(String, String) Method
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.
public:
Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildResults ^ Build(System::String ^ filename, System::String ^ outputPath);
public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults Build (string filename, string outputPath);
member this.Build : string * string -> Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults
Public Function Build (filename As String, outputPath As String) As BuildResults
Parameters
- filename
- String
- outputPath
- String