C# Class Rhino.NativeBoolean

Inheritance: IdScriptableObject
Show file Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetDefaultValue ( Type typeHint ) : object

Protected Methods

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

Private Methods

Method Description
Init ( Scriptable scope, bool @sealed ) : void
NativeBoolean ( bool b ) : System

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

GetDefaultValue() public method

public GetDefaultValue ( Type typeHint ) : object
typeHint System.Type
return object

InitPrototypeId() protected method

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