Méthode | Description | |
---|---|---|
AddScriptToProject ( string scriptPath, string scriptFileName, string projectPath ) : void | ||
AddScriptToProject ( string scriptPath, string directoryPart, string scriptFileName, string projectPath ) : void | ||
RemoveAllScriptReferences ( string projectPath ) : void | ||
RemoveScriptFromProject ( string oldContentName, string extension, string projectPath ) : void |
Méthode | Description | |
---|---|---|
CreateAnyMissingDirectories ( string projectPath, string directoryPart ) : void | ||
GetScriptNameWithPath ( string fileNameWithResourcePath ) : string | ||
RemoveDataScriptPath ( string fullScriptName, string extension ) : string |
public AddScriptToProject ( string scriptPath, string scriptFileName, string projectPath ) : void | ||
scriptPath | string | |
scriptFileName | string | |
projectPath | string | |
Résultat | void |
public AddScriptToProject ( string scriptPath, string directoryPart, string scriptFileName, string projectPath ) : void | ||
scriptPath | string | |
directoryPart | string | |
scriptFileName | string | |
projectPath | string | |
Résultat | void |
public RemoveAllScriptReferences ( string projectPath ) : void | ||
projectPath | string | |
Résultat | void |
public RemoveScriptFromProject ( string oldContentName, string extension, string projectPath ) : void | ||
oldContentName | string | |
extension | string | |
projectPath | string | |
Résultat | void |