|
| Name | Description |
|---|
 | AppendPrivatePath | Provides COM objects with version-independent access to the AppDomain::AppendPrivatePath method. |
 | ClearPrivatePath | Provides COM objects with version-independent access to the AppDomain::ClearPrivatePath method. |
 | ClearShadowCopyPath | Provides COM objects with version-independent access to the AppDomain::ClearShadowCopyPath method. |
 | CreateInstance(String, String) | Provides COM objects with version-independent access to the AppDomain::CreateInstance method. |
 | CreateInstance(String, String, array<Object>) | Provides COM objects with version-independent access to the AppDomain::CreateInstance(String, String, array<Object>) method overload. |
 | CreateInstance(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) | Provides COM objects with version-independent access to the AppDomain::CreateInstance(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) method overload. |
 | CreateInstanceFrom(String, String) | Provides COM objects with version-independent access to the AppDomain::CreateInstanceFrom(String, String) method overload. |
 | CreateInstanceFrom(String, String, array<Object>) | Provides COM objects with version-independent access to the AppDomain::CreateInstanceFrom(String, String, array<Object>) method overload. |
 | CreateInstanceFrom(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) | Provides COM objects with version-independent access to the AppDomain::CreateInstanceFrom(String, String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>, Evidence) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, Evidence) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, Evidence) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, PermissionSet, PermissionSet, PermissionSet) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, PermissionSet, PermissionSet, PermissionSet) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, Evidence, PermissionSet, PermissionSet, PermissionSet) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, Evidence, PermissionSet, PermissionSet, PermissionSet) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, PermissionSet, PermissionSet, PermissionSet) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, PermissionSet, PermissionSet, PermissionSet) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet) method overload. |
 | DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet, Boolean) | Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet, Boolean) method overload. |
 | DoCallBack | Provides COM objects with version-independent access to the AppDomain::DoCallBack method. |
 | Equals | Provides COM objects with version-independent access to the inherited Object::Equals method. |
 | ExecuteAssembly(String) | Provides COM objects with version-independent access to the AppDomain::ExecuteAssembly(String) method overload. |
 | ExecuteAssembly(String, Evidence) | Provides COM objects with version-independent access to the AppDomain::ExecuteAssembly(String, Evidence) method overload. |
 | ExecuteAssembly(String, Evidence, array<String>) | Provides COM objects with version-independent access to the AppDomain::ExecuteAssembly(String, Evidence, array<String>) method overload. |
 | GetAssemblies | Provides COM objects with version-independent access to the AppDomain::GetAssemblies method. |
 | GetData | Provides COM objects with version-independent access to the AppDomain::GetData method. |
 | GetHashCode | Provides COM objects with version-independent access to the inherited Object::GetHashCode method. |
 | GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
 | GetLifetimeService | Provides COM objects with version-independent access to the inherited MarshalByRefObject::GetLifetimeService method. |
 | GetType | Provides COM objects with version-independent access to the AppDomain::GetType method. |
 | GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
 | GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
 | InitializeLifetimeService | Provides COM objects with version-independent access to the AppDomain::InitializeLifetimeService method. |
 | Invoke | Provides access to properties and methods exposed by an object. |
 | Load(AssemblyName) | Provides COM objects with version-independent access to the AppDomain::Load(AssemblyName) method overload. |
 | Load(array<Byte>) | Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>) method overload. |
 | Load(String) | Provides COM objects with version-independent access to the AppDomain::Load(String) method overload. |
 | Load(AssemblyName, Evidence) | Provides COM objects with version-independent access to the AppDomain::Load(AssemblyName, Evidence) method overload. |
 | Load(array<Byte>, array<Byte>) | Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>, array<Byte>) method overload. |
 | Load(String, Evidence) | Provides COM objects with version-independent access to the AppDomain::Load(String, Evidence) method overload. |
 | Load(array<Byte>, array<Byte>, Evidence) | Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>, array<Byte>, Evidence) method overload. |
 | SetAppDomainPolicy | Provides COM objects with version-independent access to the AppDomain::SetAppDomainPolicy method. |
 | SetCachePath | Provides COM objects with version-independent access to the AppDomain::SetCachePath method. |
 | SetData | Provides COM objects with version-independent access to the AppDomain::SetData method. |
 | SetPrincipalPolicy | Provides COM objects with version-independent access to the AppDomain::SetPrincipalPolicy method. |
 | SetShadowCopyPath | Provides COM objects with version-independent access to the AppDomain::SetShadowCopyPath method. |
 | SetThreadPrincipal | Provides COM objects with version-independent access to the AppDomain::SetThreadPrincipal method. |
 | ToString | Provides COM objects with version-independent access to the AppDomain::ToString method. |