This read-only property returns the default context for the AppDomain. Every thread in an app domain for which a context is not explicitly set is considered to be running in the DefaultContext.
[Visual Basic] Public Shared ReadOnly Property DefaultContext As Context [C#] public static Context DefaultContext {get;} [C++] public: __property static Context* get_DefaultContext(); [JScript] public static function get DefaultContext() : Context;
Read only. This property returns the default context for the AppDomain.
Context Class | Context Members | System.Runtime.Remoting Namespace