Mono Class Library: Overview

System.AppDomain: Method Members

The methods of System.AppDomain are listed below. For a list of all members, see the AppDomain Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Methods

AppendPrivatePath(string)
Documentation for this section has not yet been entered.
ApplyPolicy(string) : string
Documentation for this section has not yet been entered.
ClearPrivatePath()
Documentation for this section has not yet been entered.
ClearShadowCopyPath()
Documentation for this section has not yet been entered.
CreateComInstanceFrom(string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateComInstanceFrom(string, string, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
static
CreateDomain(string) : AppDomain
Creates and returns a new application domain with the specified name.
static
CreateDomain(string, System.Security.Policy.Evidence) : AppDomain
Documentation for this section has not yet been entered.
static
CreateDomain(string, System.Security.Policy.Evidence, AppDomainSetup) : AppDomain
Documentation for this section has not yet been entered.
static
CreateDomain(string, System.Security.Policy.Evidence, AppDomainSetup, System.Security.PermissionSet, params System.Security.Policy.StrongName[]) : AppDomain
Documentation for this section has not yet been entered.
static
CreateDomain(string, System.Security.Policy.Evidence, string, string, bool) : AppDomain
Documentation for this section has not yet been entered.
static
CreateDomain(string, System.Security.Policy.Evidence, string, string, bool, AppDomainInitializer, string[]) : AppDomain
Documentation for this section has not yet been entered.
CreateInstance(string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstance(string, string, object[]) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstance(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstanceAndUnwrap(string, string) : object
Documentation for this section has not yet been entered.
CreateInstanceAndUnwrap(string, string, object[]) : object
Documentation for this section has not yet been entered.
CreateInstanceAndUnwrap(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : object
Documentation for this section has not yet been entered.
CreateInstanceFrom(string, string) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstanceFrom(string, string, object[]) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstanceFrom(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : System.Runtime.Remoting.ObjectHandle
Documentation for this section has not yet been entered.
CreateInstanceFromAndUnwrap(string, string) : object
Documentation for this section has not yet been entered.
CreateInstanceFromAndUnwrap(string, string, object[]) : object
Documentation for this section has not yet been entered.
CreateInstanceFromAndUnwrap(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence) : object
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, IEnumerable<System.Reflection.Emit.CustomAttributeBuilder>) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, System.Security.Policy.Evidence) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string, System.Security.Policy.Evidence) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, System.Security.Policy.Evidence, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string, System.Security.Policy.Evidence, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string, System.Security.Policy.Evidence, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet, bool) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess, string, System.Security.Policy.Evidence, System.Security.PermissionSet, System.Security.PermissionSet, System.Security.PermissionSet, bool, IEnumerable<System.Reflection.Emit.CustomAttributeBuilder>) : System.Reflection.Emit.AssemblyBuilder
Documentation for this section has not yet been entered.
DoCallBack(CrossAppDomainDelegate)
Documentation for this section has not yet been entered.
ExecuteAssembly(string) : int
Documentation for this section has not yet been entered.
ExecuteAssembly(string, System.Security.Policy.Evidence) : int
Documentation for this section has not yet been entered.
ExecuteAssembly(string, System.Security.Policy.Evidence, string[]) : int
Documentation for this section has not yet been entered.
ExecuteAssembly(string, System.Security.Policy.Evidence, string[], byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : int
Documentation for this section has not yet been entered.
ExecuteAssemblyByName(string) : int
Documentation for this section has not yet been entered.
ExecuteAssemblyByName(string, System.Security.Policy.Evidence) : int
Documentation for this section has not yet been entered.
ExecuteAssemblyByName(System.Reflection.AssemblyName, System.Security.Policy.Evidence, params string[]) : int
Documentation for this section has not yet been entered.
ExecuteAssemblyByName(string, System.Security.Policy.Evidence, params string[]) : int
Documentation for this section has not yet been entered.
GetAssemblies() : System.Reflection.Assembly[]
Documentation for this section has not yet been entered.
static
GetCurrentThreadId() : int
Documentation for this section has not yet been entered.
GetData(string) : object
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
override
InitializeLifetimeService() : object
Documentation for this section has not yet been entered.
IsDefaultAppDomain() : bool
Documentation for this section has not yet been entered.
IsFinalizingForUnload() : bool
Documentation for this section has not yet been entered.
Load(byte[]) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(System.Reflection.AssemblyName) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(string) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(byte[], byte[]) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(System.Reflection.AssemblyName, System.Security.Policy.Evidence) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(string, System.Security.Policy.Evidence) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
Load(byte[], byte[], System.Security.Policy.Evidence) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
ReflectionOnlyGetAssemblies() : System.Reflection.Assembly[]
Documentation for this section has not yet been entered.
SetAppDomainPolicy(System.Security.Policy.PolicyLevel)
Documentation for this section has not yet been entered.
SetCachePath(string)
Documentation for this section has not yet been entered.
SetData(string, object)
Documentation for this section has not yet been entered.
SetData(string, object, System.Security.IPermission)
Documentation for this section has not yet been entered.
SetDynamicBase(string)
Documentation for this section has not yet been entered.
SetPrincipalPolicy(System.Security.Principal.PrincipalPolicy)
Documentation for this section has not yet been entered.
SetShadowCopyFiles()
Documentation for this section has not yet been entered.
SetShadowCopyPath(string)
Documentation for this section has not yet been entered.
SetThreadPrincipal(System.Security.Principal.IPrincipal)
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the current instance.
static
Unload(AppDomain)
Unloads the specified application domain.