NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomain.CurrentDomain

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;

Property Value

Gets the current application domain for the current Thread.

See Also

AppDomain Class | AppDomain Members | System Namespace