Rhino.ScriptRuntime.NameRef C# (CSharp) Method

NameRef() public static method

public static NameRef ( object name, Context cx, Scriptable scope, int memberTypeFlags ) : Ref
name object
cx Context
scope Scriptable
memberTypeFlags int
return Ref
		public static Ref NameRef(object name, Context cx, Scriptable scope, int memberTypeFlags)
		{
			XMLLib xmlLib = CurrentXMLLib(cx);
			return xmlLib.NameRef(cx, name, scope, memberTypeFlags);
		}

Same methods

ScriptRuntime::NameRef ( object @namespace, object name, Context cx, Scriptable scope, int memberTypeFlags ) : Ref
ScriptRuntime