C# Class FlatRedBall.Glue.SaveClasses.ReferencedFileSaveExtensionMethodsGlue

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
GetAssetTypeInfoForProjectSpecificFile ( this instance, ProjectSpecificFile psf ) : AssetTypeInfo
GetBuildToolAssociation ( this instance ) : BuildToolAssociation
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

Private Methods

Méthode Description
PerformBuildOnFile ( this instance, string absoluteSourceName, string absoluteDestinationName, bool runAsync ) : string

Method Details

GetAssetTypeInfoForProjectSpecificFile() public static méthode

public static GetAssetTypeInfoForProjectSpecificFile ( this instance, ProjectSpecificFile psf ) : AssetTypeInfo
instance this
psf ProjectSpecificFile
Résultat AssetTypeInfo

GetBuildToolAssociation() public static méthode

public static GetBuildToolAssociation ( this instance ) : BuildToolAssociation
instance this
Résultat EditorObjects.SaveClasses.BuildToolAssociation

GetIsBuiltFileOutOfDate() public static méthode

public static GetIsBuiltFileOutOfDate ( this instance ) : bool
instance this
Résultat bool

GetRelativePath() public static méthode

public static GetRelativePath ( this referencedFileSave ) : string
referencedFileSave this
Résultat string

PerformExternalBuild() public static méthode

public static PerformExternalBuild ( this instance ) : string
instance this
Résultat string

PerformExternalBuild() public static méthode

public static PerformExternalBuild ( this instance, bool runAsync ) : string
instance this
runAsync bool
Résultat string

RefreshSourceFileCache() public static méthode

public static RefreshSourceFileCache ( this instance, bool buildOnMissingFile, string &error ) : void
instance this
buildOnMissingFile bool
error string
Résultat void