TypeSpecMetadataEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the TypeSpecMetadataEvent. The TypeSpecMetadataEvent occurs for each instrumented method and points to the signature for the method. The TypeSpecMetadataEvent is one of the events in the IntelliTraceTokenStreamChain.
public ref class TypeSpecMetadataEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class TypeSpecMetadataEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class TypeSpecMetadataEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class TypeSpecMetadataEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type TypeSpecMetadataEvent = class
inherit OrdinalEvent
Public NotInheritable Class TypeSpecMetadataEvent
Inherits OrdinalEvent
- Inheritance
Properties
MetadataToken |
Gets the CLR metadata token for the type specification. |
Mvid |
Gets the mvid for the module that contains this type specification. This id will change from build to build of the module. |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
SignatureBytes |
Gets the method signature. |
Methods
Compare(OrdinalEvent, OrdinalEvent) |
Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(Object) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(OrdinalEvent) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
Equals(Object) |
Determines whether the specified object is equal to the current OrdinalEvent. (Inherited from OrdinalEvent) |
GetHashCode() |
Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent) |