ProcessInformationEvent Class

Definition

Describes a ProcessInformationEvent. The ProcessInformationEvent occurs once and describes details about the process being recorded. The ProcessInformationEvent is one of the events in the ProcessChain or ProcessStreamChain.

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

Properties

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
ProcessBitWidth

Gets the bit width of the process, usually either 32 or 64.

ProcessCommandLine

Gets the command line of the process.

ProcessCreationTime

Gets the creation time of the process in UTC format. This value is retrieved from GetProcessTimes.

ProcessId

Gets the process id of the process.

ProcessName

Gets the name of the process.

SessionId

Gets the session id where the process is running.

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