C# Class System.Threading.NativeOverlapped

显示文件 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_oe property

public System.IntPtr EventHandle
return System.IntPtr

InternalHigh public_oe property

public System.IntPtr InternalHigh
return System.IntPtr

InternalLow public_oe property

public System.IntPtr InternalLow
return System.IntPtr

OffsetHigh public_oe property

public int OffsetHigh
return int

OffsetLow public_oe property

public int OffsetLow
return int