XcStudioAliases.

XcStudioCreateBatLauncherScript(ICakeContext, string, string, string, Platform) Method

Summary

This method creates a .bat script to easily launch a XComponent project using the version of XComponent Studio found in the tools folder.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcStudioAliases

Syntax

public static void XcStudioCreateBatLauncherScript(this ICakeContext context, string projectPath, string outputDirectory = "", string scriptFileName = "", Platform platform = 0)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
projectPath string The path of the project to launch with XComponent Studio
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

Type Description
void