PinnedGCHandle<T>(T) コンストラクター

定義

指定したオブジェクトのハンドルを割り当てます。

public:
 PinnedGCHandle(T target);
public PinnedGCHandle(T target);
new System.Runtime.InteropServices.PinnedGCHandle<'T (requires 'T : null)> : 'T -> System.Runtime.InteropServices.PinnedGCHandle<'T (requires 'T : null)>
Public Sub New (target As T)

パラメーター

target
T

PinnedGCHandle<T>を使用するオブジェクト。

適用対象