Click or drag to resize
Xcalibur Systems LLC Logo

IoCounters Structure

Contains I/O accounting information for a process or a job object. For a job object, the counters include all operations performed by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.

IO_COUNTERS structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SecurityIoCounters

Namespace: Xcalibur.NativeMethods.V2.Security
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct IoCounters

The IoCounters type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldOtherOperationCount The number of I/O operations performed, other than read and write operations.
Public fieldOtherTransferCount The number of bytes transferred during operations other than read and write operations.
Public fieldReadOperationCount The number of read operations performed.
Public fieldReadTransferCount The number of bytes read.
Public fieldWriteOperationCount The number of write operations performed.
Public fieldWriteTransferCount The number of bytes written.
Top
See Also