Property | Type | Description | |
---|---|---|---|
Delete | void | ||
EnsureTempNameCreated | void | ||
ICollection | void | ||
IDisposable | void | ||
IEnumerable | IEnumerator | ||
KeepFile | bool | ||
SafeDelete | void |
Method | Description | |
---|---|---|
AddExtension ( string fileExtension ) : string | ||
AddExtension ( string fileExtension, bool keepFile ) : string | ||
AddFile ( string fileName, bool keepFile ) : void | ||
CopyTo ( string fileNames, int start ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
TempFileCollection ( ) : System.Collections | ||
TempFileCollection ( string tempDir ) : System.Collections | ||
TempFileCollection ( string tempDir, bool keepFiles ) : System.Collections |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Delete ( string fileName ) : void | ||
EnsureTempNameCreated ( ) : void | ||
ICollection ( Array array, int start ) : void | ||
IDisposable ( ) : void | ||
IEnumerable ( ) : IEnumerator | ||
KeepFile ( string fileName ) : bool | ||
SafeDelete ( ) : void |
public AddExtension ( string fileExtension ) : string | ||
fileExtension | string | |
return | string |
public AddExtension ( string fileExtension, bool keepFile ) : string | ||
fileExtension | string | |
keepFile | bool | |
return | string |
public AddFile ( string fileName, bool keepFile ) : void | ||
fileName | string | |
keepFile | bool | |
return | void |
public CopyTo ( string fileNames, int start ) : void | ||
fileNames | string | |
start | int | |
return | void |
public TempFileCollection ( ) : System.Collections | ||
return | System.Collections |
public TempFileCollection ( string tempDir ) : System.Collections | ||
tempDir | string | |
return | System.Collections |
public TempFileCollection ( string tempDir, bool keepFiles ) : System.Collections | ||
tempDir | string | |
keepFiles | bool | |
return | System.Collections |