mscorlib(4.0.0.0) API with additions
System.AppDomain Member List

This is the complete list of members for System.AppDomain, including all inherited members.

ActivationContextSystem.AppDomain
AppendPrivatePath(string path)System.AppDomain
ApplicationIdentitySystem.AppDomain
ApplicationTrustSystem.AppDomain
ApplyPolicy(string assemblyName)System.AppDomain
AssemblyLoadSystem.AppDomain
AssemblyResolveSystem.AppDomain
BaseDirectorySystem.AppDomain
ClearPrivatePath()System.AppDomain
ClearShadowCopyPath()System.AppDomain
CreateComInstanceFrom(string assemblyName, string typeName)System.AppDomain
CreateComInstanceFrom(string assemblyFile, string typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)System.AppDomain
CreateDomain(string friendlyName, Evidence securityInfo)System.AppDomainstatic
CreateDomain(string friendlyName, Evidence securityInfo, string appBasePath, string appRelativeSearchPath, bool shadowCopyFiles)System.AppDomainstatic
CreateDomain(string friendlyName)System.AppDomainstatic
CreateDomain(string friendlyName, Evidence securityInfo, AppDomainSetup info)System.AppDomainstatic
CreateDomain(string friendlyName, Evidence securityInfo, AppDomainSetup info, PermissionSet grantSet, params StrongName[] fullTrustAssemblies)System.AppDomainstatic
CreateDomain(string friendlyName, Evidence securityInfo, string appBasePath, string appRelativeSearchPath, bool shadowCopyFiles, AppDomainInitializer adInit, string[] adInitArgs)System.AppDomainstatic
CreateInstance(string assemblyName, string typeName)System.AppDomain
CreateInstance(string assemblyName, string typeName, object[] activationAttributes)System.AppDomain
CreateInstance(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes)System.AppDomain
CreateInstance(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)System.AppDomain
CreateInstanceAndUnwrap(string assemblyName, string typeName)System.AppDomain
CreateInstanceAndUnwrap(string assemblyName, string typeName, object[] activationAttributes)System.AppDomain
CreateInstanceAndUnwrap(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes)System.AppDomain
CreateInstanceAndUnwrap(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)System.AppDomain
CreateInstanceFrom(string assemblyFile, string typeName)System.AppDomain
CreateInstanceFrom(string assemblyFile, string typeName, object[] activationAttributes)System.AppDomain
CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes)System.AppDomain
CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)System.AppDomain
CreateInstanceFromAndUnwrap(string assemblyName, string typeName)System.AppDomain
CreateInstanceFromAndUnwrap(string assemblyName, string typeName, object[] activationAttributes)System.AppDomain
CreateInstanceFromAndUnwrap(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes)System.AppDomain
CreateInstanceFromAndUnwrap(string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes)System.AppDomain
CreateObjRef(Type requestedType)System.MarshalByRefObjectvirtual
CurrentDomainSystem.AppDomainstatic
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, IEnumerable< CustomAttributeBuilder > assemblyAttributes)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, IEnumerable< CustomAttributeBuilder > assemblyAttributes, SecurityContextSource securityContextSource)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, bool isSynchronized)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, bool isSynchronized, IEnumerable< CustomAttributeBuilder > assemblyAttributes)System.AppDomain
DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, bool isSynchronized, IEnumerable< CustomAttributeBuilder > assemblyAttributes)System.AppDomain
DoCallBack(CrossAppDomainDelegate callBackDelegate)System.AppDomain
DomainManagerSystem.AppDomain
DomainUnloadSystem.AppDomain
DynamicDirectorySystem.AppDomain
Equals(object other)System._AppDomain
EvidenceSystem.AppDomain
ExecuteAssembly(string assemblyFile)System.AppDomain
ExecuteAssembly(string assemblyFile, Evidence assemblySecurity)System.AppDomain
ExecuteAssembly(string assemblyFile, Evidence assemblySecurity, string[] args)System.AppDomain
ExecuteAssembly(string assemblyFile, string[] args)System.AppDomain
ExecuteAssembly(string assemblyFile, Evidence assemblySecurity, string[] args, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)System.AppDomain
ExecuteAssembly(string assemblyFile, string[] args, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)System.AppDomain
ExecuteAssemblyByName(string assemblyName)System.AppDomain
ExecuteAssemblyByName(string assemblyName, Evidence assemblySecurity)System.AppDomain
ExecuteAssemblyByName(string assemblyName, Evidence assemblySecurity, params string[] args)System.AppDomain
ExecuteAssemblyByName(string assemblyName, params string[] args)System.AppDomain
ExecuteAssemblyByName(AssemblyName assemblyName, Evidence assemblySecurity, params string[] args)System.AppDomain
ExecuteAssemblyByName(AssemblyName assemblyName, params string[] args)System.AppDomain
FirstChanceExceptionSystem.AppDomain
FriendlyNameSystem.AppDomain
GetAssemblies()System.AppDomain
GetCurrentThreadId()System.AppDomain
GetData(string name)System.AppDomain
GetHashCode()System._AppDomain
System::MarshalByRefObject.GetLifetimeService()System.MarshalByRefObject
System::_AppDomain.GetLifetimeService()System._AppDomain
GetType()System.AppDomain
IdSystem.AppDomain
InitializeLifetimeService()System.AppDomain
IsCompatibilitySwitchSet(string value)System.AppDomain
IsDefaultAppDomain()System.AppDomain
IsFinalizingForUnload()System.AppDomain
IsFullyTrustedSystem.AppDomain
IsHomogenousSystem.AppDomain
Load(AssemblyName assemblyRef)System.AppDomain
Load(string assemblyString)System.AppDomain
Load(byte[] rawAssembly)System.AppDomain
Load(byte[] rawAssembly, byte[] rawSymbolStore)System.AppDomain
Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence)System.AppDomain
Load(AssemblyName assemblyRef, Evidence assemblySecurity)System.AppDomain
Load(string assemblyString, Evidence assemblySecurity)System.AppDomain
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectprotected
MonitoringIsEnabledSystem.AppDomainstatic
MonitoringSurvivedMemorySizeSystem.AppDomain
MonitoringSurvivedProcessMemorySizeSystem.AppDomainstatic
MonitoringTotalAllocatedMemorySizeSystem.AppDomain
MonitoringTotalProcessorTimeSystem.AppDomain
PermissionSetSystem.AppDomain
ProcessExitSystem.AppDomain
ReflectionOnlyAssemblyResolveSystem.AppDomain
ReflectionOnlyGetAssemblies()System.AppDomain
RelativeSearchPathSystem.AppDomain
ResourceResolveSystem.AppDomain
SetAppDomainPolicy(PolicyLevel domainPolicy)System.AppDomain
SetCachePath(string path)System.AppDomain
SetData(string name, object data)System.AppDomain
SetData(string name, object data, IPermission permission)System.AppDomain
SetDynamicBase(string path)System.AppDomain
SetPrincipalPolicy(PrincipalPolicy policy)System.AppDomain
SetShadowCopyFiles()System.AppDomain
SetShadowCopyPath(string path)System.AppDomain
SetThreadPrincipal(IPrincipal principal)System.AppDomain
SetupInformationSystem.AppDomain
ShadowCopyFilesSystem.AppDomain
ToString()System.AppDomain
TypeResolveSystem.AppDomain
UnhandledExceptionSystem.AppDomain
Unload(AppDomain domain)System.AppDomainstatic