C# Class Jint.Native.NativeDescriptor

Descriptor which get and set methods are implemented through delegates
Inheritance: Descriptor
Exibir arquivo Open project: joelmartinez/Jint.Phone Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Clone() public method

public Clone ( ) : Descriptor
return Descriptor

Get() public method

public Get ( JsDictionaryObject that ) : JsInstance
that JsDictionaryObject
return JsInstance

NativeDescriptor() public method

public NativeDescriptor ( JsDictionaryObject owner, NativeDescriptor src ) : System
owner JsDictionaryObject
src NativeDescriptor
return System

NativeDescriptor() public method

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

NativeDescriptor() public method

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

Set() public method

public Set ( JsDictionaryObject that, JsInstance value ) : void
that JsDictionaryObject
value JsInstance
return void