C# Class Jint.Native.PropertyDescriptor

Inheritance: Descriptor
Datei anzeigen Open project: splhack/unity-jint Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Get() public method

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

PropertyDescriptor() public method

public PropertyDescriptor ( IGlobal global, JsDictionaryObject owner, string name ) : System
global IGlobal
owner JsDictionaryObject
name string
return System

Set() public method

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