Rhino.NativeContinuation.Construct C# (CSharp) Method

Construct() public method

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Context
scope Scriptable
args object
return Scriptable
		public Scriptable Construct(Context cx, Scriptable scope, object[] args)
		{
			throw Context.ReportRuntimeError("Direct call is not supported");
		}