Show / Hide Table of Contents

Class MyMemoryLogs.MyMemoryEvent

Inheritance
System.Object
MyMemoryLogs.MyMemoryEvent
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public class MyMemoryEvent : Object

Constructors

MyMemoryEvent()

Declaration
public MyMemoryEvent()

Fields

DeltaTime

Declaration
public float DeltaTime
Field Value
Type Description
System.Single

EndTime

Declaration
public DateTime EndTime
Field Value
Type Description
System.DateTime

HasEnd

Declaration
public bool HasEnd
Field Value
Type Description
System.Boolean

HasStart

Declaration
public bool HasStart
Field Value
Type Description
System.Boolean

Id

Declaration
public int Id
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
public string Name
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
public bool Selected
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾