ModuleUnloadEvent Class

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

Describes the module unload event.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public NotInheritable Class ModuleUnloadEvent _
    Inherits OrdinalEvent
'Usage
Dim instance As ModuleUnloadEvent
public sealed class ModuleUnloadEvent : OrdinalEvent
public ref class ModuleUnloadEvent sealed : public OrdinalEvent
[<SealedAttribute>]
type ModuleUnloadEvent =  
    class
        inherit OrdinalEvent
    end
public final class ModuleUnloadEvent extends OrdinalEvent

Remarks

The module unload event occurs when a module unloads from the process that is being recorded. The ModuleUnloadEvent 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.ModuleUnloadEvent

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.

See Also

Reference

ModuleUnloadEvent Members

Microsoft.VisualStudio.TraceLog Namespace