This topic has not yet been rated - Rate this topic

ProcessInfo Members

Provides information on processes currently executing.

The ProcessInfo type exposes the following members.

  NameDescription
Public method ProcessInfo Overloaded. Initializes a new instance of the ProcessInfo class.
Top
  NameDescription
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 SetAll Sets internal information indicating the status of the process.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public property Age Gets the length of time the process has been running.
Public property PeakMemoryUsed Gets the maximum amount of memory the process has used.
Public property ProcessID Gets the ID number assigned to the process.
Public property RequestCount Gets the number of start requests for the process.
Public property ShutdownReason Gets a value that indicates why the process shut down.
Public property StartTime Gets the time at which the process started.
Public property Status Gets the current status of the process.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.