C# Class System.Threading.Overlapped

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Free void
Overlapped
Pack System.Threading.NativeOverlapped*
Pack System.Threading.NativeOverlapped*
Unpack System.Threading.Overlapped
UnsafePack System.Threading.NativeOverlapped*
UnsafePack System.Threading.NativeOverlapped*

Public Methods

Method Description
Overlapped ( )
Overlapped ( int offsetLo, int offsetHi, System hEvent, System ar )

Private Methods

Method Description
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*

Method Details

Overlapped() public method

public Overlapped ( )

Overlapped() public method

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