ModuleTokenEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes the module token event.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public NotInheritable Class ModuleTokenEvent _
Inherits OrdinalEvent
'Usage
Dim instance As ModuleTokenEvent
public sealed class ModuleTokenEvent : OrdinalEvent
public ref class ModuleTokenEvent sealed : public OrdinalEvent
[<SealedAttribute>]
type ModuleTokenEvent =
class
inherit OrdinalEvent
end
public final class ModuleTokenEvent extends OrdinalEvent
Remarks
The module token event occurs for each instrumented method and maps the TraceDebugToken to a ModuleId, ModuleToken pair. The ModuleTokenEvent is one of the events in the ProcessEventChain or ProcessStreamEventChain.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.ChainEvent
Microsoft.VisualStudio.TraceLog.OrdinalEvent
Microsoft.VisualStudio.TraceLog.ModuleTokenEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.