프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_currentDirectory | string | ||
_directory | string | ||
_keyPath | string |
메소드 | 설명 | |
---|---|---|
GetGlobalPath ( ) : string | ||
GetGlobalPath ( string profile ) : string | ||
GetGlobalScripts ( ) : Script[] | ||
GetGlobalScripts ( string profile ) : Script[] | ||
GetLocalPath ( ) : string | ||
GetLocalPath ( string profile ) : string | ||
GetLocalScripts ( ) : Script[] | ||
GetLocalScripts ( string profile ) : Script[] | ||
GetTemplateFor ( string extension ) : string | ||
GetTemplates ( ) : IEnumerable |
||
TemplateLocator ( string keyPath, string currentDirectory ) : System |
메소드 | 설명 | |
---|---|---|
getMergedScripts ( string defaultPath, string profilePath ) : Script[] | ||
getPath ( string location ) : string | ||
getScripts ( string path ) : IEnumerable |
public GetGlobalScripts ( string profile ) : Script[] | ||
profile | string | |
리턴 | Script[] |
public GetLocalScripts ( string profile ) : Script[] | ||
profile | string | |
리턴 | Script[] |
public GetTemplateFor ( string extension ) : string | ||
extension | string | |
리턴 | string |
public TemplateLocator ( string keyPath, string currentDirectory ) : System | ||
keyPath | string | |
currentDirectory | string | |
리턴 | System |