C# Class Jint.Native.PropertyDescriptor

Inheritance: Descriptor
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Get ( JsDictionaryObject that ) : JsInstance
PropertyDescriptor ( IGlobal global, JsDictionaryObject owner, string name ) : System
Set ( JsDictionaryObject that, JsInstance value ) : void

Method Details

Get() public méthode

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

PropertyDescriptor() public méthode

public PropertyDescriptor ( IGlobal global, JsDictionaryObject owner, string name ) : System
global IGlobal
owner JsDictionaryObject
name string
Résultat System

Set() public méthode

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