This topic has not yet been rated - Rate this topic

_AppDomain Members

Exposes the public members of the System.AppDomain class to unmanaged code.

The _AppDomain type exposes the following members.

  NameDescription
Public method AppendPrivatePath Provides COM objects with version-independent access to the AppDomain.AppendPrivatePath method.
Public method ClearPrivatePath Provides COM objects with version-independent access to the AppDomain.ClearPrivatePath method.
Public method ClearShadowCopyPath Provides COM objects with version-independent access to the AppDomain.ClearShadowCopyPath method.
Public method CreateInstance Overloaded. Provides COM objects with version-independent access to the AppDomain.CreateInstance method.
Public method CreateInstanceFrom Overloaded. Provides COM objects with version-independent access to the AppDomain.CreateInstanceFrom method.
Public method DefineDynamicAssembly Overloaded. Provides COM objects with version-independent access to the AppDomain.DefineDynamicAssembly method.
Public method DoCallBack Provides COM objects with version-independent access to the AppDomain.DoCallBack method.
Public method Equals Provides COM objects with version-independent access to the inherited Object.Equals method.
Public method ExecuteAssembly Overloaded. Provides COM objects with version-independent access to the AppDomain.ExecuteAssembly method.
Public method GetAssemblies Provides COM objects with version-independent access to the AppDomain.GetAssemblies method.
Public method GetData Provides COM objects with version-independent access to the AppDomain.GetData method.
Public method GetHashCode Provides COM objects with version-independent access to the inherited Object.GetHashCode method.
Public method GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers.
Public method GetLifetimeService Provides COM objects with version-independent access to the inherited MarshalByRefObject.GetLifetimeService method.
Public method GetType Provides COM objects with version-independent access to the AppDomain.GetType method.
Public method GetTypeInfo Retrieves the type information for an object, which can then be used to get the type information for an interface.
Public method GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1).
Public method InitializeLifetimeService Provides COM objects with version-independent access to the AppDomain.InitializeLifetimeService method.
Public method Invoke Provides access to properties and methods exposed by an object.
Public method Load Overloaded. Provides COM objects with version-independent access to the AppDomain.Load method.
Public method SetAppDomainPolicy Provides COM objects with version-independent access to the AppDomain.SetAppDomainPolicy method.
Public method SetCachePath Provides COM objects with version-independent access to the AppDomain.SetCachePath method.
Public method SetData Provides COM objects with version-independent access to the AppDomain.SetData method.
Public method SetPrincipalPolicy Provides COM objects with version-independent access to the AppDomain.SetPrincipalPolicy method.
Public method SetShadowCopyPath Provides COM objects with version-independent access to the AppDomain.SetShadowCopyPath method.
Public method SetThreadPrincipal Provides COM objects with version-independent access to the AppDomain.SetThreadPrincipal method.
Public method ToString Provides COM objects with version-independent access to the AppDomain.ToString method.
Top
  NameDescription
Public property BaseDirectory Provides COM objects with version-independent access to the AppDomain.BaseDirectory property.
Public property DynamicDirectory Provides COM objects with version-independent access to the AppDomain.DynamicDirectory property.
Public property Evidence Provides COM objects with version-independent access to the AppDomain.Evidence property.
Public property FriendlyName Provides COM objects with version-independent access to the AppDomain.FriendlyName property.
Public property RelativeSearchPath Provides COM objects with version-independent access to the AppDomain.RelativeSearchPath property.
Public property ShadowCopyFiles Provides COM objects with version-independent access to the AppDomain.ShadowCopyFiles property.
Top
  NameDescription
Public event AssemblyLoad Provides COM objects with version-independent access to the AppDomain.AssemblyLoad event.
Public event AssemblyResolve Provides COM objects with version-independent access to the AppDomain.AssemblyResolve event.
Public event DomainUnload Provides COM objects with version-independent access to the AppDomain.DomainUnload event.
Public event ProcessExit Provides COM objects with version-independent access to the AppDomain.ProcessExit event.
Public event ResourceResolve Provides COM objects with version-independent access to the AppDomain.ResourceResolve event.
Public event TypeResolve Provides COM objects with version-independent access to the AppDomain.TypeResolve event.
Public event UnhandledException Provides COM objects with version-independent access to the AppDomain.UnhandledException event.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.