_AppDomain Members
.NET Framework 3.5
Exposes the public members of the System.AppDomain class to unmanaged code.
The _AppDomain type exposes the following members.
| 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 | Overloaded. Provides COM objects with version-independent access to the AppDomain.CreateInstance method. |
|
CreateInstanceFrom | Overloaded. Provides COM objects with version-independent access to the AppDomain.CreateInstanceFrom method. |
|
DefineDynamicAssembly | Overloaded. Provides COM objects with version-independent access to the AppDomain.DefineDynamicAssembly method. |
|
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 | Overloaded. Provides COM objects with version-independent access to the AppDomain.ExecuteAssembly method. |
|
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 | Overloaded. Provides COM objects with version-independent access to the AppDomain.Load method. |
|
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. |
| Name | Description | |
|---|---|---|
|
BaseDirectory | Provides COM objects with version-independent access to the AppDomain.BaseDirectory property. |
|
DynamicDirectory | Provides COM objects with version-independent access to the AppDomain.DynamicDirectory property. |
|
Evidence | Provides COM objects with version-independent access to the AppDomain.Evidence property. |
|
FriendlyName | Provides COM objects with version-independent access to the AppDomain.FriendlyName property. |
|
RelativeSearchPath | Provides COM objects with version-independent access to the AppDomain.RelativeSearchPath property. |
|
ShadowCopyFiles | Provides COM objects with version-independent access to the AppDomain.ShadowCopyFiles property. |
| Name | Description | |
|---|---|---|
|
AssemblyLoad | Provides COM objects with version-independent access to the AppDomain.AssemblyLoad event. |
|
AssemblyResolve | Provides COM objects with version-independent access to the AppDomain.AssemblyResolve event. |
|
DomainUnload | Provides COM objects with version-independent access to the AppDomain.DomainUnload event. |
|
ProcessExit | Provides COM objects with version-independent access to the AppDomain.ProcessExit event. |
|
ResourceResolve | Provides COM objects with version-independent access to the AppDomain.ResourceResolve event. |
|
TypeResolve | Provides COM objects with version-independent access to the AppDomain.TypeResolve event. |
|
UnhandledException | Provides COM objects with version-independent access to the AppDomain.UnhandledException event. |