#include <PatchList.h>
Public Member Functions | |
PatchedProcess () | |
Public Attributes | |
BazisLib::DateTime | StartTime |
BazisLib::DateTime | StopTime |
unsigned | PID |
PatchState | State |
PatchState | PreviousState |
bool | StillRunning |
BazisLib::String | PipeName |
BazisLib::DateTime | PreviousCPUTime |
BazisLib::DateTime | PreviousSampleTime |
unsigned | CpuUsage |
unsigned | AvgCpuUsage |
HANDLE | hRemoteThread |
DWORD | idDebuggerProcess |
BazisLib::String | Log |
HANDLE | hLogPipe |
bool | LogChanged |
HANDLE | hMapping |
KdClientStatus * | pStatus |
unsigned | PrevSent |
unsigned | PrevRecvd |
unsigned | SendRate |
unsigned | RecvRate |
unsigned | MaxSendRate |
unsigned | MaxRecvRate |
unsigned | PrevPacketsSent |
unsigned | PrevPacketsRecvd |
unsigned | PacketSendRate |
unsigned | PacketRecvRate |
bool | SessionNameRetreived |
VMType | vmType |
Definition at line 32 of file PatchList.h.
PatchedProcess::PatchedProcess | ( | ) | [inline] |
Definition at line 77 of file PatchList.h.
unsigned PatchedProcess::AvgCpuUsage |
Definition at line 46 of file PatchList.h.
unsigned PatchedProcess::CpuUsage |
Definition at line 45 of file PatchList.h.
HANDLE PatchedProcess::hLogPipe |
Definition at line 53 of file PatchList.h.
HANDLE PatchedProcess::hMapping |
Definition at line 56 of file PatchList.h.
Definition at line 48 of file PatchList.h.
Definition at line 50 of file PatchList.h.
BazisLib::String PatchedProcess::Log |
Definition at line 52 of file PatchList.h.
Definition at line 54 of file PatchList.h.
unsigned PatchedProcess::MaxRecvRate |
Definition at line 66 of file PatchList.h.
unsigned PatchedProcess::MaxSendRate |
Definition at line 65 of file PatchList.h.
unsigned PatchedProcess::PacketRecvRate |
Definition at line 72 of file PatchList.h.
unsigned PatchedProcess::PacketSendRate |
Definition at line 71 of file PatchList.h.
unsigned PatchedProcess::PID |
Definition at line 37 of file PatchList.h.
BazisLib::String PatchedProcess::PipeName |
Definition at line 41 of file PatchList.h.
BazisLib::DateTime PatchedProcess::PreviousCPUTime |
Definition at line 43 of file PatchList.h.
BazisLib::DateTime PatchedProcess::PreviousSampleTime |
Definition at line 44 of file PatchList.h.
Definition at line 39 of file PatchList.h.
unsigned PatchedProcess::PrevPacketsRecvd |
Definition at line 69 of file PatchList.h.
unsigned PatchedProcess::PrevPacketsSent |
Definition at line 68 of file PatchList.h.
unsigned PatchedProcess::PrevRecvd |
Definition at line 60 of file PatchList.h.
unsigned PatchedProcess::PrevSent |
Definition at line 59 of file PatchList.h.
Definition at line 57 of file PatchList.h.
unsigned PatchedProcess::RecvRate |
Definition at line 63 of file PatchList.h.
unsigned PatchedProcess::SendRate |
Definition at line 62 of file PatchList.h.
Definition at line 74 of file PatchList.h.
BazisLib::DateTime PatchedProcess::StartTime |
Definition at line 35 of file PatchList.h.
Definition at line 38 of file PatchList.h.
Definition at line 40 of file PatchList.h.
BazisLib::DateTime PatchedProcess::StopTime |
Definition at line 36 of file PatchList.h.
Definition at line 75 of file PatchList.h.