Inheritance: System.Runtime.InteropServices.SafeHandle
コード例 #1
0
 internal static extern unsafe void CancelThreadpoolIo(SafeThreadPoolIOHandle pio);
コード例 #2
0
 private ThreadPoolBoundHandle(SafeHandle handle, SafeThreadPoolIOHandle threadPoolHandle)
 {
     _threadPoolHandle = threadPoolHandle;
     _handle = handle;
 }
コード例 #3
0
 internal static extern unsafe void StartThreadpoolIo(SafeThreadPoolIOHandle pio);