_AppDomain Interface
Exposes the public members of the System.AppDomain class to unmanaged code.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
This interface preserves the vtable order of the System.AppDomain class members that can be accessed by unmanaged COM objects.
Available since 1.1


