Table of Contents

Struct IO_COUNTERS

Namespace
Windows.Win32.System.Threading
Assembly
Ecng.Interop.dll

Contains I/O accounting information for a process or a job object.

public struct IO_COUNTERS
Inherited Members
Extension Methods

Remarks

Fields

OtherOperationCount

The number of I/O operations performed, other than read and write operations.

public ulong OtherOperationCount

Field Value

ulong

OtherTransferCount

The number of bytes transferred during operations other than read and write operations.

public ulong OtherTransferCount

Field Value

ulong

ReadOperationCount

The number of read operations performed.

public ulong ReadOperationCount

Field Value

ulong

ReadTransferCount

The number of bytes read.

public ulong ReadTransferCount

Field Value

ulong

WriteOperationCount

The number of write operations performed.

public ulong WriteOperationCount

Field Value

ulong

WriteTransferCount

The number of bytes written.

public ulong WriteTransferCount

Field Value

ulong