Class MyMemoryLogs.MyMemoryEvent
Inheritance
System.Object
MyMemoryLogs.MyMemoryEvent
Assembly: VRage.dll
Syntax
public class MyMemoryEvent : Object
Constructors
MyMemoryEvent()
Declaration
Fields
DeltaTime
Declaration
Field Value
Type |
Description |
System.Single |
|
EndTime
Declaration
Field Value
Type |
Description |
System.DateTime |
|
HasEnd
Declaration
Field Value
Type |
Description |
System.Boolean |
|
HasStart
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Id
Declaration
Field Value
Type |
Description |
System.Int32 |
|
ManagedEndSize
Declaration
public float ManagedEndSize
Field Value
Type |
Description |
System.Single |
|
ManagedStartSize
Declaration
public float ManagedStartSize
Field Value
Type |
Description |
System.Single |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
ProcessEndSize
Declaration
public float ProcessEndSize
Field Value
Type |
Description |
System.Single |
|
ProcessStartSize
Declaration
public float ProcessStartSize
Field Value
Type |
Description |
System.Single |
|
Selected
Declaration
Field Value
Type |
Description |
System.Boolean |
|
StartTime
Declaration
public DateTime StartTime
Field Value
Type |
Description |
System.DateTime |
|
Properties
ManagedDelta
Declaration
public float ManagedDelta { get; }
Property Value
Type |
Description |
System.Single |
|
ProcessDelta
Declaration
public float ProcessDelta { get; }
Property Value
Type |
Description |
System.Single |
|