C# 클래스 System.Threading.Overlapped

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Free void
Overlapped
Pack System.Threading.NativeOverlapped*
Pack System.Threading.NativeOverlapped*
Unpack System.Threading.Overlapped
UnsafePack System.Threading.NativeOverlapped*
UnsafePack System.Threading.NativeOverlapped*

공개 메소드들

메소드 설명
Overlapped ( )
Overlapped ( int offsetLo, int offsetHi, System hEvent, System ar )

비공개 메소드들

메소드 설명
Free ( System nativeOverlappedPtr ) : void
Overlapped ( int offsetLo, int offsetHi, int hEvent, System ar )
Pack ( System iocb ) : System.Threading.NativeOverlapped*
Pack ( System iocb, object userData ) : System.Threading.NativeOverlapped*
Unpack ( System nativeOverlappedPtr ) : System.Threading.Overlapped
UnsafePack ( System iocb ) : System.Threading.NativeOverlapped*
UnsafePack ( System iocb, object userData ) : System.Threading.NativeOverlapped*

메소드 상세

Overlapped() 공개 메소드

public Overlapped ( )

Overlapped() 공개 메소드

public Overlapped ( int offsetLo, int offsetHi, System hEvent, System ar )
offsetLo int
offsetHi int
hEvent System
ar System