ExpectedProcessTraits Class

Represents the traits of a process that is expected to start and be monitored.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Class ExpectedProcessTraits _
    Implements IEquatable(Of ExpectedProcessTraits)
public class ExpectedProcessTraits : IEquatable<ExpectedProcessTraits>
public ref class ExpectedProcessTraits : IEquatable<ExpectedProcessTraits^>
type ExpectedProcessTraits =  
    class 
        interface IEquatable<ExpectedProcessTraits>
    end
public class ExpectedProcessTraits implements IEquatable<ExpectedProcessTraits>

The ExpectedProcessTraits type exposes the following members.

Constructors

  Name Description
Public method ExpectedProcessTraits(String) Creates an instance of an expected process traits object.
Public method ExpectedProcessTraits(String, array<String[]) Creates an instance of an expected process traits object.
Public method ExpectedProcessTraits(String, array<String[], array<String[]) Creates an instance of an expected process traits object.
Public method ExpectedProcessTraits(String, array<String[], array<String[], String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>) Creates an instance of an expected process traits object.

Top

Properties

  Name Description
Public property Arguments A list of strings to search for in the process arguments.
Public property FullName The fully qualified executable name of the process.
Public property Owner The user name of the process owner.
Public property ParentPid Process ID of the parent process.
Public property Pid Process ID from the operating system.
Public property StartedAfter Time after which the process was started.
Public property StartedBefore Time before which the process was started.
Public property Variables A list of strings to search for in the environment variables of the process.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Equals(ExpectedProcessTraits) Tests whether the ExpectedProcessTraits match.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Match
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Microsoft.VisualStudio.IntelliTrace Namespace