Method | Description | |
---|---|---|
AutoGenerateSources ( string outDir ) : void |
Automatically generates required sources files for building the Bootstrapper. It is used to automatically generate the files which, can be generated automatically without user involvement (e.g. BootstrapperCore.config).
|
|
SilentBootstrapperApplication ( ) : System |
Initializes a new instance of the SilentBootstrapperApplication class.
|
|
SilentBootstrapperApplication ( string primaryPackageId ) : System |
Initializes a new instance of the SilentBootstrapperApplication class.
|
public AutoGenerateSources ( string outDir ) : void | ||
outDir | string | The output directory. |
return | void |
public SilentBootstrapperApplication ( ) : System | ||
return | System |
public SilentBootstrapperApplication ( string primaryPackageId ) : System | ||
primaryPackageId | string | The primary package identifier. |
return | System |