AppDomain Members
The following tables list the members exposed by the AppDomain type.
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
CurrentDomain | Gets the name of the application domain for the current thread. |
![]() |
FriendlyName | Gets the "friendly" name of the current application domain. |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateDomain | Creates a new application domain with the specified name. |
![]() |
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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetAssemblies | Gets the assemblies that have been loaded into the current application domain. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Load | Loads an assembly into the specified application domain, using the assembly's display name. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() ![]() |
Unload | Unloads the specified application domain. |