EventToken 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.]

Used to access an event in a chain without holding a reference to the chain.

The EventToken type exposes the following members.

Constructors

  Name Description
Public method EventToken Initializes a new instance of EventToken.

Top

Methods

  Name Description
Public method Equals Tests for equality. (Overrides ValueType.Equals(Object).)
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 the event token. (Overrides ValueType.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 Converts event token value to a string. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Tests two event tokens for equality.
Public operatorStatic member Explicit Overloaded.
Public operatorStatic member Inequality Tests for inequality.

Top

Fields

  Name Description
Public fieldStatic member Zero Indicates a value of zero.

Top

See Also

Reference

EventToken Structure

Microsoft.VisualStudio.TraceLog Namespace