FSUIPC Client DLL
.NET interface for FSUIPC
StatsProcess Struct Reference

A structure containing statistics about Process() calls requested by your application. More...

Properties

double OffsetsCount [get]
 The number of offsets processed.
 
double OffsetsReadCount [get]
 The number of offsets that were read.
 
double OffsetsWriteCount [get]
 The number of offsets that were written to.
 
double BytesWritten [get]
 The number of bytes written.
 
double BytesRead [get]
 The number of bytes read.
 
double FsuipcMemoryFileSizeBytes [get]
 The size in bytes of the FSUIPC shared memory file.
 
double FsuipcMemoryFilePercentFull [get]
 How full the FSUIPC shared memory file was as a percentage.
 
double TimeForProcessCall [get]
 The time taken by the entire Process() call in milliseconds.
 
double TimeForIPC [get]
 The time taken to exchange data with FSUIPC in milliseconds.
 
string[] GroupsProcessed [get]
 An array of the names of all the groups processed.
 
string GroupsProcessedString [get]
 A single string containing the names of all the groups processed.
 

Detailed Description

A structure containing statistics about Process() calls requested by your application.