메소드 | 설명 | |
---|---|---|
BuildContext ( |
|
|
ContentFileExists ( string path ) : bool |
Try to resolve source file path. If succeded returns true. False otherwice.
|
|
CopyFileTo ( string fullSourceFileName, |
Copies file file to stream.
|
|
CopyFileTo ( string fullSourceFileName, Stream targetStream ) : void |
Copies file to stream.
|
|
GetTempFileName ( string key, string ext ) : string |
Generates temporary file name for given key with given extension and return full path to this file.
|
|
ResolveContentPath ( string path ) : string |
|
|
RunTool ( string exePath, string commandLine ) : void |
|
메소드 | 설명 | |
---|---|---|
GetAllKeysFromSection ( |
|
|
ResolveDirectory ( string dir ) : string |
|
|
ResolvePath ( string path, IEnumerable |
|
public BuildContext ( |
||
options | ||
iniData | ||
리턴 | System |
public CopyFileTo ( string fullSourceFileName, |
||
fullSourceFileName | string | Resolved source file name |
writer | ||
리턴 | void |
public CopyFileTo ( string fullSourceFileName, Stream targetStream ) : void | ||
fullSourceFileName | string | |
targetStream | Stream | |
리턴 | void |
public GetTempFileName ( string key, string ext ) : string | ||
key | string | unique key string value |
ext | string | Desired extension with leading dot |
리턴 | string |
public ResolveContentPath ( string path ) : string | ||
path | string | |
리턴 | string |
public RunTool ( string exePath, string commandLine ) : void | ||
exePath | string | |
commandLine | string | |
리턴 | void |