Method | Description | |
---|---|---|
GetAssetTypeInfoForProjectSpecificFile ( this instance, |
||
GetBuildToolAssociation ( this instance ) : |
||
GetIsBuiltFileOutOfDate ( this instance ) : bool | ||
GetRelativePath ( this referencedFileSave ) : string | ||
PerformExternalBuild ( this instance ) : string | ||
PerformExternalBuild ( this instance, bool runAsync ) : string | ||
RefreshSourceFileCache ( this instance, bool buildOnMissingFile, string &error ) : void |
Method | Description | |
---|---|---|
PerformBuildOnFile ( this instance, string absoluteSourceName, string absoluteDestinationName, bool runAsync ) : string |
public static GetAssetTypeInfoForProjectSpecificFile ( this instance, |
||
instance | this | |
psf | ||
return | AssetTypeInfo |
public static GetBuildToolAssociation ( this instance ) : |
||
instance | this | |
return |
public static GetIsBuiltFileOutOfDate ( this instance ) : bool | ||
instance | this | |
return | bool |
public static GetRelativePath ( this referencedFileSave ) : string | ||
referencedFileSave | this | |
return | string |
public static PerformExternalBuild ( this instance ) : string | ||
instance | this | |
return | string |
public static PerformExternalBuild ( this instance, bool runAsync ) : string | ||
instance | this | |
runAsync | bool | |
return | string |
public static RefreshSourceFileCache ( this instance, bool buildOnMissingFile, string &error ) : void | ||
instance | this | |
buildOnMissingFile | bool | |
error | string | |
return | void |