C# 클래스 System.Threading.ThreadPoolBoundHandle

상속: System.IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
BindHandle ( System handle ) : System.Threading.ThreadPoolBoundHandle
BindHandle ( SafeHandle handle ) : ThreadPoolBoundHandle
Dispose ( ) : void

비공개 메소드들

메소드 설명
AddRef ( ) : bool
AllocateNativeOverlapped ( IOCompletionCallback callback, object state, object pinData ) : NativeOverlapped*
AllocateNativeOverlapped ( PreAllocatedOverlapped preAllocated ) : NativeOverlapped*
AllocateNativeOverlapped ( System preAllocated ) : System.Threading.NativeOverlapped*
AllocateNativeOverlapped ( System callback, object state, object pinData ) : System.Threading.NativeOverlapped*
FreeNativeOverlapped ( NativeOverlapped overlapped ) : void
FreeNativeOverlapped ( System overlapped ) : void
GetNativeOverlappedState ( NativeOverlapped overlapped ) : object
GetNativeOverlappedState ( System overlapped ) : object
GetOverlappedData ( Win32ThreadPoolNativeOverlapped overlapped, ThreadPoolBoundHandle expectedBoundHandle ) : Win32ThreadPoolNativeOverlapped.OverlappedData
IDeferredDisposable ( bool disposed ) : void
OnNativeIOCompleted ( IntPtr instance, IntPtr context, IntPtr overlappedPtr, uint ioResult, UIntPtr numberOfBytesTransferred, IntPtr ioPtr ) : void
Release ( ) : void
ThreadPoolBoundHandle ( )
ThreadPoolBoundHandle ( SafeHandle handle, SafeThreadPoolIOHandle threadPoolHandle ) : System.Diagnostics

메소드 상세

BindHandle() 공개 정적인 메소드

public static BindHandle ( System handle ) : System.Threading.ThreadPoolBoundHandle
handle System
리턴 System.Threading.ThreadPoolBoundHandle

BindHandle() 공개 정적인 메소드

public static BindHandle ( SafeHandle handle ) : ThreadPoolBoundHandle
handle SafeHandle
리턴 ThreadPoolBoundHandle

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void