Read-only. Gets the current application domain for the current Thread.
[Visual Basic] Public Shared ReadOnly Property CurrentDomain As AppDomain [C#] public static AppDomain CurrentDomain {get;} [C++] public: __property static AppDomain* get_CurrentDomain(); [JScript] public static function get CurrentDomain() : AppDomain;
Gets the current application domain for the current Thread.