ThreadPoolBoundHandle.Handle 属性

定义

获取绑定的操作系统句柄。

public:
 property System::Runtime::InteropServices::SafeHandle ^ Handle { System::Runtime::InteropServices::SafeHandle ^ get(); };
public System.Runtime.InteropServices.SafeHandle Handle { get; }
public System.Runtime.InteropServices.SafeHandle Handle { [System.Security.SecurityCritical] get; }
member this.Handle : System.Runtime.InteropServices.SafeHandle
[<get: System.Security.SecurityCritical>]
member this.Handle : System.Runtime.InteropServices.SafeHandle
Public ReadOnly Property Handle As SafeHandle

属性值

SafeHandle

一个对象,保存绑定的操作系统句柄。

属性

适用于