C# 클래스 Jint.Native.NativeDescriptor

Descriptor which get and set methods are implemented through delegates
상속: Descriptor
파일 보기 프로젝트 열기: joelmartinez/Jint.Phone 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : Descriptor
Get ( JsDictionaryObject that ) : JsInstance
NativeDescriptor ( JsDictionaryObject owner, NativeDescriptor src ) : System
NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter ) : System
NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter, JsSetter setter ) : System
Set ( JsDictionaryObject that, JsInstance value ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Descriptor
리턴 Descriptor

Get() 공개 메소드

public Get ( JsDictionaryObject that ) : JsInstance
that JsDictionaryObject
리턴 JsInstance

NativeDescriptor() 공개 메소드

public NativeDescriptor ( JsDictionaryObject owner, NativeDescriptor src ) : System
owner JsDictionaryObject
src NativeDescriptor
리턴 System

NativeDescriptor() 공개 메소드

public NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter ) : System
owner JsDictionaryObject
name string
getter JsGetter
리턴 System

NativeDescriptor() 공개 메소드

public NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter, JsSetter setter ) : System
owner JsDictionaryObject
name string
getter JsGetter
setter JsSetter
리턴 System

Set() 공개 메소드

public Set ( JsDictionaryObject that, JsInstance value ) : void
that JsDictionaryObject
value JsInstance
리턴 void