Share via


AppDomain Members

The following tables list the members exposed by the AppDomain type.

Public Properties

Name Description
Public Property Static CurrentDomain Gets the name of the application domain for the current thread.
Public Property FriendlyName Gets the "friendly" name of the current application domain.

Public Methods

Name Description
Public Method Static CreateDomain Creates a new application domain with the specified name.
Public Method CreateInstanceAndUnwrap Creates a new instance of the specified type. Parameters specify the name of the type and the display name of the assembly where the type is defined.
Public Method Equals (Inherited from Object.)
Public Method GetAssemblies Gets the assemblies that have been loaded into the current application domain.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Load Loads an assembly into the specified application domain, using the assembly's display name.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)
Public Method Static Unload Unloads the specified application domain.

See Also

Reference

AppDomain Class
System Namespace