C# Class Jint.Native.ValueDescriptor

Inheritance: Descriptor
Exibir arquivo Open project: splhack/unity-jint Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Get() public method

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

Set() public method

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

ValueDescriptor() public method

public ValueDescriptor ( JsDictionaryObject owner, string name ) : System
owner JsDictionaryObject
name string
return System

ValueDescriptor() public method

public ValueDescriptor ( JsDictionaryObject owner, string name, JsInstance value ) : System
owner JsDictionaryObject
name string
value JsInstance
return System