Class ComponentEventInfo
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
Contains information about a AddReference/Release event.
public class ComponentEventInfo
- Inheritance
-
ComponentEventInfo
Constructors
ComponentEventInfo(ComponentEventType)
public ComponentEventInfo(ComponentEventType type)
Parameters
type
ComponentEventType
Properties
StackTrace
Gets the stack trace at the time of the event.
public string StackTrace { get; }
Property Value
Time
Gets the time (from Environment.TickCount) at which the event happened.
public int Time { get; }
Property Value
Type
Gets the event type.
public ComponentEventType Type { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.