Skip to content

Class Frame

Definition

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

Represents a single captured frame, or slice.

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

Inheritance
Object ⇦ Frame

Implements
IEquatable<Frame>

Members

Constructors

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

Properties

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

Details

Constructors

Frame(string)

Represents a single captured frame, or slice.

public Frame(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