ComponentEventInfo Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
Contains information about a AddReference/Release event.
System.Object →
ComponentEventInfo
Derived from ComponentEventInfo:
public class ComponentEventInfo
| Name | Description | |
|---|---|---|
| Constructors | ||
| ComponentEventInfo(ComponentEventType) | ||
| Properties | ||
| StackTrace | Gets the stack trace at the time of the event. |
|
| Time | Gets the time (from Environment.TickCount) at which the event happened. |
|
| Type | Gets the event type. |
|
| Methods | ||
| ToString() | ||
Constructors
ComponentEventInfo(ComponentEventType)
public ComponentEventInfo(ComponentEventType type)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentEventType | type |
Properties
StackTrace
Gets the stack trace at the time of the event.
public string StackTrace { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Time
Gets the time (from Environment.TickCount) at which the event happened.
public int Time { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Gets the event type.
public ComponentEventType Type { get; }
Property Value
| Type | Description |
|---|---|
| ComponentEventType |
Methods
ToString()
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()