Represents the current context
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Context Current { get; }
Public Shared ReadOnly Property Current As Context
Get
public:
static property Context^ Current {
Context^ get ();
}
static member Current : Context with get
Property Value
Type:
ContextSee Also