C# Класс Rhino.NativeBoolean

Наследование: IdScriptableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetDefaultValue ( Type typeHint ) : object

Защищенные методы

Метод Описание
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Приватные методы

Метод Описание
Init ( Scriptable scope, bool @sealed ) : void
NativeBoolean ( bool b ) : System

Описание методов

ExecIdCall() публичный Метод

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
Результат object

FindPrototypeId() защищенный Метод

protected FindPrototypeId ( string s ) : int
s string
Результат int

GetClassName() публичный Метод

public GetClassName ( ) : string
Результат string

GetDefaultValue() публичный Метод

public GetDefaultValue ( Type typeHint ) : object
typeHint System.Type
Результат object

InitPrototypeId() защищенный Метод

protected InitPrototypeId ( int id ) : void
id int
Результат void