ProcessTraits Class

Represents information about a process.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.IntelliTrace.ProcessTraits

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

Syntax

'Declaration
Public Class ProcessTraits
public class ProcessTraits
public ref class ProcessTraits
type ProcessTraits =  class end
public class ProcessTraits

The ProcessTraits type exposes the following members.

Properties

  Name Description
Public property Arguments Gets the list of arguments that were supplied to the process when it started.
Public property FullName Gets the fully qualified path name of the process.
Public property Owner Gets the user name of the process owner.
Public property ParentPid The process ID of the parent process supplied by the operating system. May be zero if the parent process ends by the time the child process starts.
Public property Pid The process ID supplied by the operating system.
Public property StartTime The start time of the process.
Public property Variables Gets the of environment variables that were supplied to the process when it started. Each environment variable is separated by NewLine and is of the formname=value.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
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.)
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