C# Class Rhino.NativeError

Inheritance: IdScriptableObject
显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetStack ( ) : object
SetStack ( object value ) : void
SetStackProvider ( RhinoException re ) : void
ToString ( ) : string

Protected Methods

Method Description
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Method Description
GetString ( Scriptable obj, string id ) : string
Init ( Scriptable scope, bool @sealed ) : void
Js_toSource ( Context cx, Scriptable scope, Scriptable thisObj ) : string
Js_toString ( Scriptable thisObj ) : object
Make ( Context cx, Scriptable scope, IdFunctionObject ctorObj, object args ) : NativeError

Method Details

ExecIdCall() public method

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

GetClassName() public method

public GetClassName ( ) : string
return string

GetStack() public method

public GetStack ( ) : object
return object

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void

SetStack() public method

public SetStack ( object value ) : void
value object
return void

SetStackProvider() public method

public SetStackProvider ( RhinoException re ) : void
re RhinoException
return void

ToString() public method

public ToString ( ) : string
return string