Method | Description | |
---|---|---|
FindBuildTargetByName ( string name ) : IBuildTarget |
Locates a registered IBuildTarget by its name, (e.g, "Windows").
|
|
GetAvailableBuildTargetNames ( ) : string[] |
Returns a list of the names of all available build targets.
|
|
GetAvailableBuildTargets ( ) : IList |
Returns a list of the registered build targets which are currently available for building.
|
|
GetRegisteredBuildTargetNames ( ) : string[] | ||
GetRegisteredBuildTargetNames ( bool onlyNormalTargets ) : string[] |
Returns a list of the names of all registered build targets.
|
|
GetRegisteredBuildTargets ( ) : IList |
||
GetRegisteredBuildTargets ( bool onlyNormalTargets ) : IList |
Returns a read-only list of the IBuildTargets that are currently registered, regardless of whether they are selected or available for building.
|
|
GetSelectedBuildTargets ( ) : IList |
Returns a list of the IBuildTargets that are currently available and selected for building.
|
|
RegisterBuildTarget ( IBuildTarget target ) : void |
Includes an IBuildTarget in the list of potential target build platforms.
|
Method | Description | |
---|---|---|
BuildTargetsInfo ( ) : System |
public static FindBuildTargetByName ( string name ) : IBuildTarget | ||
name | string | |
return | IBuildTarget |
public static GetAvailableBuildTargetNames ( ) : string[] | ||
return | string[] |
public static GetAvailableBuildTargets ( ) : IList |
||
return | IList |
public static GetRegisteredBuildTargetNames ( ) : string[] | ||
return | string[] |
public static GetRegisteredBuildTargetNames ( bool onlyNormalTargets ) : string[] | ||
onlyNormalTargets | bool | |
return | string[] |
public static GetRegisteredBuildTargets ( ) : IList |
||
return | IList |
public static GetRegisteredBuildTargets ( bool onlyNormalTargets ) : IList |
||
onlyNormalTargets | bool | |
return | IList |
public static GetSelectedBuildTargets ( ) : IList |
||
return | IList |
public static RegisterBuildTarget ( IBuildTarget target ) : void | ||
target | IBuildTarget | |
return | void |