Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

AppDomain Class
AppDomain Members
System Namespace