Edit

Share via


WeakGCHandle<T>(T, Boolean) Constructor

Definition

public WeakGCHandle(T target, bool trackResurrection = false);
new System.Runtime.InteropServices.WeakGCHandle<'T (requires 'T : null)> : 'T * bool -> System.Runtime.InteropServices.WeakGCHandle<'T (requires 'T : null)>
Public Sub New (target As T, Optional trackResurrection As Boolean = false)

Parameters

target
T
trackResurrection
Boolean

Applies to