Class ConsoleProfileFinishedEventArgs
public sealed record ConsoleProfileFinishedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ConsoleProfileFinishedEventArgs>
- Inheritance
-
EventArgsConsoleProfileFinishedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ConsoleProfileFinishedEventArgs(string, Location, Profile, string?)
public ConsoleProfileFinishedEventArgs(string Id, Location Location, Profile Profile, string? Title = null)
Parameters
IdstringLocationLocationLocation of console.profileEnd().
ProfileProfileTitlestringProfile title passed as an argument to console.profile().
Properties
Id
public string Id { get; init; }
Property Value
Location
Location of console.profileEnd().
public Location Location { get; init; }
Property Value
Profile
public Profile Profile { get; init; }
Property Value
Title
Profile title passed as an argument to console.profile().
public string? Title { get; init; }