Table of Contents

Class ComponentEventInfo

Namespace
Stride.Core.Diagnostics
Assembly
Stride.Core.dll

Contains information about a AddReference/Release event.

public class ComponentEventInfo
Inheritance
ComponentEventInfo
Extension Methods

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

string

Time

Gets the time (from Environment.TickCount) at which the event happened.

public int Time { get; }

Property Value

int

Type

Gets the event type.

public ComponentEventType Type { get; }

Property Value

ComponentEventType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.