Skip to content

Class TraceFrame

Definition

Namespace: StardewUI.Framework.Diagnostics
Assembly: StardewUI.dll

Represents a single captured frame, or slice.

public record TraceFrame : 
    IEquatable<StardewUI.Framework.Diagnostics.TraceFrame>

Inheritance
Object ⇦ TraceFrame

Implements
IEquatable<TraceFrame>

Members

Constructors

Name Description
TraceFrame(string) Represents a single captured frame, or slice.

Properties

Name Description
EqualityContract
Name Name of the method or operation that was measured.

Details

Constructors

TraceFrame(string)

Represents a single captured frame, or slice.

public TraceFrame(string Name);
Parameters

Name   string
Name of the method or operation that was measured.


Properties

EqualityContract

protected System.Type EqualityContract { get; }
Property Value

Type


Name

Name of the method or operation that was measured.

public string Name { get; set; }
Property Value

string