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