프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Kdiff3Path | string | ||
Overwrite | bool? | ||
TFPath | string | ||
TFSIntegration | bool | ||
TSCPath | string |
메소드 | 설명 | |
---|---|---|
CheckoutAndWrite ( string file, byte contents, bool addToSourceControl ) : void | ||
CheckoutAndWrite ( string file, string contents, bool addToSourceControl ) : void | ||
ExecuteTFCommand ( string file, string command ) : void | ||
ExecuteTSC ( string workingDirectory, string arguments ) : void | ||
FileContentsEqual ( string file1, string file2 ) : bool | ||
MergeChanges ( string backup, string file ) : void | ||
SetupTFSIntegration ( string tfPath ) : void | ||
SetupTSCPath ( string tscPath ) : void | ||
StreamsContentsAreEqual ( Stream stream1, Stream stream2 ) : bool | ||
ToUTF8BOM ( string s ) : byte[] |
메소드 | 설명 | |
---|---|---|
InsertDefinition ( string file, string type, string key, string code ) : bool |
public static CheckoutAndWrite ( string file, byte contents, bool addToSourceControl ) : void | ||
file | string | |
contents | byte | |
addToSourceControl | bool | |
리턴 | void |
public static CheckoutAndWrite ( string file, string contents, bool addToSourceControl ) : void | ||
file | string | |
contents | string | |
addToSourceControl | bool | |
리턴 | void |
public static ExecuteTFCommand ( string file, string command ) : void | ||
file | string | |
command | string | |
리턴 | void |
public static ExecuteTSC ( string workingDirectory, string arguments ) : void | ||
workingDirectory | string | |
arguments | string | |
리턴 | void |
public static FileContentsEqual ( string file1, string file2 ) : bool | ||
file1 | string | |
file2 | string | |
리턴 | bool |
public static MergeChanges ( string backup, string file ) : void | ||
backup | string | |
file | string | |
리턴 | void |
public static SetupTFSIntegration ( string tfPath ) : void | ||
tfPath | string | |
리턴 | void |
public static SetupTSCPath ( string tscPath ) : void | ||
tscPath | string | |
리턴 | void |
public static StreamsContentsAreEqual ( Stream stream1, Stream stream2 ) : bool | ||
stream1 | Stream | |
stream2 | Stream | |
리턴 | bool |