Method | Description | |
---|---|---|
ApplyPolicy ( string assemblyName ) : string | ||
CreateDomain ( string friendlyName ) : |
||
ExecuteAssembly ( string assemblyFile ) : int | ||
ExecuteAssembly ( string assemblyFile, string args ) : int | ||
ExecuteAssembly ( string assemblyFile, string args, byte hashValue, Configuration hashAlgorithm ) : int | ||
ExecuteAssemblyByName ( AssemblyName assemblyName ) : int | ||
ExecuteAssemblyByName ( string assemblyName ) : int | ||
GetData ( string name ) : object | ||
IsCompatibilitySwitchSet ( string value ) : bool? | ||
IsDefaultAppDomain ( ) : bool | ||
IsFinalizingForUnload ( ) : bool | ||
Load ( AssemblyName assemblyRef ) : Assembly | ||
Load ( byte rawAssembly ) : Assembly | ||
Load ( byte rawAssembly, byte rawSymbolStore ) : Assembly | ||
Load ( string assemblyString ) : Assembly | ||
ReflectionOnlyGetAssemblies ( ) : Assembly[] | ||
SetData ( string name, object data ) : void | ||
SetPrincipalPolicy ( PrincipalPolicy policy ) : void | ||
SetThreadPrincipal ( IPrincipal principal ) : void | ||
ToString ( ) : string | ||
Unload ( AppDomain domain ) : void |
Method | Description | |
---|---|---|
AppDomain ( ) : System | ||
AppendPrivatePath ( string path ) : void | ||
ClearPrivatePath ( ) : void | ||
ClearShadowCopyPath ( ) : void | ||
CreateResMonNotAvailException ( ) : |
||
ExecuteAssembly ( Assembly assembly, string args ) : int | ||
GetCurrentThreadId ( ) : int | ||
SetCachePath ( string path ) : void | ||
SetDynamicBase ( string path ) : void | ||
SetShadowCopyFiles ( ) : void | ||
SetShadowCopyPath ( string path ) : void |
public ApplyPolicy ( string assemblyName ) : string | ||
assemblyName | string | |
return | string |
public static CreateDomain ( string friendlyName ) : |
||
friendlyName | string | |
return |
public ExecuteAssembly ( string assemblyFile ) : int | ||
assemblyFile | string | |
return | int |
public ExecuteAssembly ( string assemblyFile, string args ) : int | ||
assemblyFile | string | |
args | string | |
return | int |
public ExecuteAssembly ( string assemblyFile, string args, byte hashValue, Configuration hashAlgorithm ) : int | ||
assemblyFile | string | |
args | string | |
hashValue | byte | |
hashAlgorithm | Configuration | |
return | int |
public ExecuteAssemblyByName ( AssemblyName assemblyName ) : int | ||
assemblyName | AssemblyName | |
return | int |
public ExecuteAssemblyByName ( string assemblyName ) : int | ||
assemblyName | string | |
return | int |
public IsCompatibilitySwitchSet ( string value ) : bool? | ||
value | string | |
return | bool? |
public Load ( AssemblyName assemblyRef ) : Assembly | ||
assemblyRef | AssemblyName | |
return | Assembly |
public Load ( byte rawAssembly, byte rawSymbolStore ) : Assembly | ||
rawAssembly | byte | |
rawSymbolStore | byte | |
return | Assembly |
public Load ( string assemblyString ) : Assembly | ||
assemblyString | string | |
return | Assembly |
public ReflectionOnlyGetAssemblies ( ) : Assembly[] | ||
return | Assembly[] |
public SetData ( string name, object data ) : void | ||
name | string | |
data | object | |
return | void |
public SetPrincipalPolicy ( PrincipalPolicy policy ) : void | ||
policy | PrincipalPolicy | |
return | void |
public SetThreadPrincipal ( IPrincipal principal ) : void | ||
principal | IPrincipal | |
return | void |
public static Unload ( AppDomain domain ) : void | ||
domain | AppDomain | |
return | void |