Rhino.ImporterTopLevel.Init C# (CSharp) Method

Init() public static method

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
return void
		public static void Init(Context cx, Scriptable scope, bool @sealed)
		{
			Rhino.ImporterTopLevel obj = new Rhino.ImporterTopLevel();
			obj.ExportAsJSClass(MAX_PROTOTYPE_ID, scope, @sealed);
		}