C# Класс Jurassic.Library.ClrInstanceWrapper

Represents a non-native CLR object instance.
Наследование: ObjectInstance
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClrInstanceWrapper ( ScriptEngine engine, object instance ) : System

Creates a new ClrInstanceWrapper object.

ToString ( ) : string

Returns a primitive value that represents the current object. Used by the addition and equality operators.

Returns a textual representation of this object.

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

Метод Описание
GetPrototypeObject ( ScriptEngine engine, object instance ) : ObjectInstance

Returns an object instance to serve as the next object in the prototype chain.

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

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

Creates a new ClrInstanceWrapper object.
public ClrInstanceWrapper ( ScriptEngine engine, object instance ) : System
engine ScriptEngine The associated script engine.
instance object The CLR object instance to wrap.
Результат System

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

Returns a primitive value that represents the current object. Used by the addition and equality operators. Returns a textual representation of this object.
public ToString ( ) : string
Результат string