JavaMarshal.CreateReferenceTrackingHandle(Object, Void*) 方法

定义

public:
 static System::Runtime::InteropServices::GCHandle CreateReferenceTrackingHandle(System::Object ^ obj, void* context);
public static System.Runtime.InteropServices.GCHandle CreateReferenceTrackingHandle(object obj, void* context);
static member CreateReferenceTrackingHandle : obj * nativeptr<unit> -> System.Runtime.InteropServices.GCHandle

参数

obj
Object
context
Void*

返回

适用于