C# 클래스 Jurassic.Library.ClrInstanceWrapper

Represents a non-native CLR object instance.
상속: ObjectInstance
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 메소드들

메소드 설명
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