Rhino.VMBridge.SetContext C# (CSharp) Method

SetContext() protected abstract method

Associate Context instance with the current thread or remove the current association if cx is null.
protected abstract SetContext ( object contextHelper, Context cx ) : void
contextHelper object /// The result of /// GetThreadContextHelper() /// called from the current thread. ///
cx Context
return void
		protected internal abstract void SetContext(object contextHelper, Context cx);