Share via


ProcessEventChain Class

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

Provides a list of process-related points recorded from an application.

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

Syntax

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

Remarks

ProcessEventChain is a ListEventChain. It loads all chain data into memory.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.DerivedEventChain
      Microsoft.VisualStudio.TraceLog.ListEventChain
        Microsoft.VisualStudio.TraceLog.ProcessEventChain

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

ProcessEventChain Members

Microsoft.VisualStudio.TraceLog Namespace