This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.XComponent.
Summary
This method creates a .ps1 script to easily launch a XComponent project using the version of XComponent Runtime found in the tools folder.
Syntax
public static void XcRuntimeCreatePowerShellLauncherScript(this ICakeContext context, string xcrPath, string otherArguments = "", string outputDirectory = "", string scriptFileName = "", Platform platform = 0)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The Cake Context |
| xcrPath |
string |
The path of the XComponent archive to be launched with XComponent Runtime |
| otherArguments |
string |
Other arguments to be passed to XComponent Runtime |
| outputDirectory |
string |
The output directory to write the script |
| scriptFileName |
string |
The name of the script file |
| platform |
Platform |
The platform used to launch the application |
Return Value