OrdinalEvent Members

Include Protected Members
Include Inherited Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes a point ordered in time, relative to other ordinal events. Most recorded points are OrdinalEvents.

The OrdinalEvent type exposes the following members.

Constructors

  Name Description
Protected method OrdinalEvent Initializes a new instance of the OrdinalEvent class.

Top

Methods

  Name Description
Public method Compare Compares the order of two events.
Public method CompareTo Overloaded.
Public methodStatic member Equals Overloaded.
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets a hash code for this OrdinalEvent. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines if two OrdinalEvents are equal.
Public operatorStatic member GreaterThan Determines whether the first OrdinalEvent is greater than the second.
Public operatorStatic member Inequality Determines if two OrdinalEvents are unequal.
Public operatorStatic member LessThan Determines whether the first OrdinalEvent is less than the second.

Top

Properties

  Name Description
Public property Ordinal Gets or sets the ordinal value.

Top

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.TraceLog Namespace