HandleRef(Object, IntPtr) 构造函数

定义

用要包装的对象和由非托管代码使用的资源的句柄初始化 HandleRef 类的新实例。

public:
 HandleRef(System::Object ^ wrapper, IntPtr handle);
public HandleRef (object? wrapper, IntPtr handle);
public HandleRef (object wrapper, IntPtr handle);
new System.Runtime.InteropServices.HandleRef : obj * nativeint -> System.Runtime.InteropServices.HandleRef
Public Sub New (wrapper As Object, handle As IntPtr)

参数

wrapper
Object

在平台 invoke 调用返回前不应完成的托管对象。

handle
IntPtr

nativeint

IntPtr 指示资源的句柄。

适用于