Gets the current context the thread is executing in.
[Visual Basic] Public Shared ReadOnly Property CurrentContext As Context [C#] public static Context CurrentContext {get;} [C++] public: __property static Context* get_CurrentContext(); [JScript] public static function get CurrentContext() : Context;