C# Class Jint.Native.NativeDescriptor

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : Descriptor
Résultat Descriptor

Get() public méthode

public Get ( JsDictionaryObject that ) : JsInstance
that JsDictionaryObject
Résultat JsInstance

NativeDescriptor() public méthode

public NativeDescriptor ( JsDictionaryObject owner, NativeDescriptor src ) : System
owner JsDictionaryObject
src NativeDescriptor
Résultat System

NativeDescriptor() public méthode

public NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter ) : System
owner JsDictionaryObject
name string
getter JsGetter
Résultat System

NativeDescriptor() public méthode

public NativeDescriptor ( JsDictionaryObject owner, string name, JsGetter getter, JsSetter setter ) : System
owner JsDictionaryObject
name string
getter JsGetter
setter JsSetter
Résultat System

Set() public méthode

public Set ( JsDictionaryObject that, JsInstance value ) : void
that JsDictionaryObject
value JsInstance
Résultat void