Property | Type | Description | |
---|---|---|---|
IsCompactFramework | bool |
Property | Type | Description | |
---|---|---|---|
AddAssemblyMappings | void | ||
GetEnvironmentVariables | System.Collections.IDictionary | ||
LoadAssemblyFromPath | |||
LoadSilverlightAssemblyNameMapping | void | ||
SetEmptyEnvironmentVariable | void | ||
SetEnvironmentVariable | void |
Method | Description | |
---|---|---|
CombinePaths ( string path1, string path2 ) : string | ||
CreateDirectory ( string path ) : void | ||
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path, bool deleteReadOnly ) : void | ||
DirectoryExists ( string path ) : bool | ||
FileExists ( string path ) : bool | ||
GetDirectories ( string path, string searchPattern ) : string[] | ||
GetDirectoryName ( string path ) : string | ||
GetEnvironmentVariable ( string key ) : string | ||
GetExtension ( string path ) : string | ||
GetFileName ( string path ) : string | ||
GetFileNameWithoutExtension ( string path ) : string | ||
GetFileSystemEntries ( string path, string searchPattern ) : string[] | ||
GetFileSystemEntries ( string path, string searchPattern, bool includeFiles, bool includeDirectories ) : string[] | ||
GetFiles ( string path, string searchPattern ) : string[] | ||
GetFullPath ( string path ) : string | ||
IsAbsolutePath ( string path ) : bool | ||
LoadAssembly ( string name ) : |
||
MoveFileSystemEntry ( string sourcePath, string destinationPath ) : void | ||
OpenInputFileStream ( string path ) : Stream | ||
OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream | ||
OpenOutputFileStream ( string path ) : Stream | ||
PlatformAdaptationLayer ( ) : System.Linq.Expressions | ||
TerminateScriptExecution ( int exitCode ) : void |
Method | Description | |
---|---|---|
LookupFullName ( string name ) : string |
Method | Description | |
---|---|---|
AddAssemblyMappings ( |
||
GetEnvironmentVariables ( ) : System.Collections.IDictionary | ||
LoadAssemblyFromPath ( string path ) : |
||
LoadSilverlightAssemblyNameMapping ( ) : void | ||
SetEmptyEnvironmentVariable ( string key ) : void | ||
SetEnvironmentVariable ( string key, string value ) : void |
public CombinePaths ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |
public CreateDirectory ( string path ) : void | ||
path | string | |
return | void |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
return | void |
public DeleteFile ( string path, bool deleteReadOnly ) : void | ||
path | string | |
deleteReadOnly | bool | |
return | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
public GetDirectories ( string path, string searchPattern ) : string[] | ||
path | string | |
searchPattern | string | |
return | string[] |
public GetDirectoryName ( string path ) : string | ||
path | string | |
return | string |
public GetEnvironmentVariable ( string key ) : string | ||
key | string | |
return | string |
public GetFileNameWithoutExtension ( string path ) : string | ||
path | string | |
return | string |
public GetFileSystemEntries ( string path, string searchPattern ) : string[] | ||
path | string | |
searchPattern | string | |
return | string[] |
public GetFileSystemEntries ( string path, string searchPattern, bool includeFiles, bool includeDirectories ) : string[] | ||
path | string | |
searchPattern | string | |
includeFiles | bool | |
includeDirectories | bool | |
return | string[] |
public GetFiles ( string path, string searchPattern ) : string[] | ||
path | string | |
searchPattern | string | |
return | string[] |
public LoadAssembly ( string name ) : |
||
name | string | |
return |
protected LookupFullName ( string name ) : string | ||
name | string | |
return | string |
public MoveFileSystemEntry ( string sourcePath, string destinationPath ) : void | ||
sourcePath | string | |
destinationPath | string | |
return | void |
public OpenInputFileStream ( string path ) : Stream | ||
path | string | |
return | Stream |
public OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |
public OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
bufferSize | int | |
return | Stream |
public OpenOutputFileStream ( string path ) : Stream | ||
path | string | |
return | Stream |
public PlatformAdaptationLayer ( ) : System.Linq.Expressions | ||
return | System.Linq.Expressions |
public TerminateScriptExecution ( int exitCode ) : void | ||
exitCode | int | |
return | void |