C# Класс Jint.Native.LinkedDescriptor

Linked descriptor - a link to the particular property (represented by a descriptor) of the particular object.
Наследование: Descriptor
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Get ( JsDictionaryObject that ) : JsInstance
LinkedDescriptor ( JsDictionaryObject owner, string name, Descriptor source, JsDictionaryObject that ) : System

Constructs new descriptor

Set ( JsDictionaryObject that, JsInstance value ) : void

Описание методов

Get() публичный Метод

public Get ( JsDictionaryObject that ) : JsInstance
that JsDictionaryObject
Результат JsInstance

LinkedDescriptor() публичный Метод

Constructs new descriptor
public LinkedDescriptor ( JsDictionaryObject owner, string name, Descriptor source, JsDictionaryObject that ) : System
owner JsDictionaryObject An owner of the new descriptor
name string A name of the new descriptor
source Descriptor A property descriptor of the target object to which we should link to
that JsDictionaryObject A target object to whose property we are linking. This parameter will be /// used in the calls to a 'Get' and 'Set' properties of the source descriptor.
Результат System

Set() публичный Метод

public Set ( JsDictionaryObject that, JsInstance value ) : void
that JsDictionaryObject
value JsInstance
Результат void