Table of Contents

Class WeakValue

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

Constructors

WeakValue(bool, params ConstructArgument[])

protected WeakValue(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

WeakValue(IntPtr, bool)

protected WeakValue(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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>