Share via


CurrentDomain Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the current application ___domain for the current Thread.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CurrentDomain As AppDomain
public static AppDomain CurrentDomain { get; }
public:
static property AppDomain^ CurrentDomain {
    AppDomain^ get ();
}
static member CurrentDomain : AppDomain with get
static function get CurrentDomain () : AppDomain

Property Value

Type: System. . :: . .AppDomain
The current application ___domain.

.NET Framework Security

See Also

Reference

AppDomain Class

System Namespace