Table of Contents

Class WeakValue

Namespace
JavaScriptCore
Assembly
JavaScriptCore-6.0.dll
public sealed class WeakValue : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
WeakValue
Implements
Inherited Members

Constructors

WeakValue(params ConstructArgument[])

public WeakValue(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

WeakValue(WeakValueHandle)

public WeakValue(WeakValueHandle handle)

Parameters

handle WeakValueHandle

Fields

ClearedSignal

Signal Descriptor for OnCleared.

public static readonly Signal<WeakValue> ClearedSignal

Field Value

Signal<WeakValue>

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetValue()

public Value GetValue()

Returns

Value

New(Value)

public static WeakValue New(Value value)

Parameters

value Value

Returns

WeakValue

Events

OnCleared

public event SignalHandler<WeakValue> OnCleared

Event Type

SignalHandler<WeakValue>