C# Class System.Threading.NativeOverlapped

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
EventHandle System.IntPtr
InternalHigh System.IntPtr
InternalLow System.IntPtr
OffsetHigh int
OffsetLow int

Property Details

EventHandle public property

public System.IntPtr EventHandle
return System.IntPtr

InternalHigh public property

public System.IntPtr InternalHigh
return System.IntPtr

InternalLow public property

public System.IntPtr InternalLow
return System.IntPtr

OffsetHigh public property

public int OffsetHigh
return int

OffsetLow public property

public int OffsetLow
return int