StackTraceEntry Struct
Definition
Section titled “Definition”Represents a stack trace entry with a time stamp.
public readonly struct StackTraceEntry : IEquatable<StackTraceEntry>Implements IEquatable<StackTraceEntry>
Constructors
Section titled “Constructors”StackTraceEntry(StackTrace)
Section titled “StackTraceEntry(StackTrace)”public StackTraceEntry(StackTrace trace)Parameters
Section titled “Parameters”trace StackTrace
Fields
Section titled “Fields”public readonly byte hourminute
Section titled “minute”public readonly byte minutesecond
Section titled “second”public readonly byte secondpublic readonly StackTrace traceMethods
Section titled “Methods”Equals(StackTraceEntry)
Section titled “Equals(StackTraceEntry)”public bool Equals(StackTraceEntry other)Parameters
Section titled “Parameters”other StackTraceEntry
Returns
Section titled “Returns”Equals(object)
Section titled “Equals(object)”public override bool Equals(object obj)Parameters
Section titled “Parameters”obj object
Returns
Section titled “Returns”GetHashCode()
Section titled “GetHashCode()”public override int GetHashCode()