AppDomain.CreateDomain Method
Creates a new application domain with the specified name.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public static AppDomain CreateDomain (
stringfriendlyName
)
Parameters
- friendlyName
The "friendly" name of the application domain.
Return Value
The newly created application domain.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.