ModuleIsUserCodeEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes the "module is user code" point.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public NotInheritable Class ModuleIsUserCodeEvent _
Inherits OrdinalEvent
'Usage
Dim instance As ModuleIsUserCodeEvent
public sealed class ModuleIsUserCodeEvent : OrdinalEvent
public ref class ModuleIsUserCodeEvent sealed : public OrdinalEvent
[<SealedAttribute>]
type ModuleIsUserCodeEvent =
class
inherit OrdinalEvent
end
public final class ModuleIsUserCodeEvent extends OrdinalEvent
Remarks
The ModuleIsUserCodePoint indicates that the module is considered user code by the debugger for purposes of just-my-code display. This point occurs in logs that are recorded during live debugging when call information tracing is enabled. This event supercedes the IsUserCode property in ModuleLoadPoint. The ModuleIsUserCodePoint 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.ModuleIsUserCodeEvent
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.