XcPathAliases Class

Summary

Cake Extension for XComponent Applications
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["XcPathAliases"] class Type type-node

Syntax

public static class XcPathAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
GetXcBridgeDirectory(ICakeContext, Platform) string
This method returns the directory of XcBridge specified by the user or search it in the tools directory.
static
GetXcBridgePath(ICakeContext, Platform) string
This method returns the path of XcBridge specified by the user or search it in the tools directory.
static
GetXcBuildDirectory(ICakeContext, Platform) string
This method returns the directory of XcBuild specified by the user or search it in the tools directory.
static
GetXcBuildPath(ICakeContext, Platform) string
This method returns the path of XcBuild specified by the user or search it in the tools directory.
static
GetXcRuntimeDirectory(ICakeContext, Platform) string
This method returns the directory of XcRuntime specified by the user or search it in the tools directory.
static
GetXcRuntimePath(ICakeContext, Platform) string
This method returns the path of XcRuntime specified by the user or search it in the tools directory.
static
GetXcSpyDirectory(ICakeContext, Platform) string
This method returns the directory of XcSpy specified by the user or search it in the tools directory.
static
GetXcSpyPath(ICakeContext, Platform) string
This method returns the path of XcSpy specified by the user or search it in the tools directory.
static
GetXcStudioDirectory(ICakeContext, Platform) string
This method returns the directory of XcStudio specified by the user or search it in the tools directory.
static
GetXcStudioPath(ICakeContext, Platform) string
This method returns the path of XcStudio specified by the user or search it in the tools directory.
static
SetXcBridgePath(ICakeContext, string) void
This method sets the path of XcBridge that will be used by all other commands.
static
SetXcBuildPath(ICakeContext, string) void
This method sets the path of XcBuild that will be used by all other commands.
static
SetXcRuntimePath(ICakeContext, string) void
This method sets the path of XcRuntime that will be used by all other commands.
static
SetXcSpyPath(ICakeContext, string) void
This method sets the path of XcSpy that will be used by all other commands.
static
SetXcStudioPath(ICakeContext, string) void
This method sets the path of XcStudio that will be used by all other commands.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin