ProcessDestroyedEvent Class

Definition

Describes the ProcessDestroyedEvent. The ProcessDestroyedEvent occurs when the process being recorded exits. The ProcessDestroyedEvent is one of the events in the ProcessChain or ProcessStreamChain.

public ref class ProcessDestroyedEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class ProcessDestroyedEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class ProcessDestroyedEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class ProcessDestroyedEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ProcessDestroyedEvent = class
    inherit OrdinalEvent
Public NotInheritable Class ProcessDestroyedEvent
Inherits OrdinalEvent
Inheritance
ProcessDestroyedEvent

Properties

EventTime

Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter.

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)

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)

Applies to