.NET Framework Class Library
Process Properties

The Process type exposes the following members.

Properties

  NameDescription
Public propertyBasePriorityGets the base priority of the associated process.
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from Component.)
Public propertyContainerGets the IContainer that contains the Component. (Inherited from Component.)
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkEnableRaisingEventsGets or sets whether the Exited event should be raised when the process terminates.
Protected propertySupported by the .NET Compact FrameworkEventsGets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkExitCodeGets the value that the associated process specified when it terminated.
Public propertyExitTimeGets the time that the associated process exited.
Public propertyHandleGets the native handle of the associated process.
Public propertyHandleCountGets the number of handles opened by the process.
Public propertySupported by the .NET Compact FrameworkHasExitedGets a value indicating whether the associated process has been terminated.
Public propertySupported by the .NET Compact FrameworkIdGets the unique identifier for the associated process.
Public propertyMachineNameGets the name of the computer the associated process is running on.
Public propertyMainModuleGets the main module for the associated process.
Public propertySupported by the .NET Compact FrameworkMainWindowHandleGets the window handle of the main window of the associated process.
Public propertyMainWindowTitleGets the caption of the main window of the process.
Public propertyMaxWorkingSetGets or sets the maximum allowable working set size for the associated process.
Public propertyMinWorkingSetGets or sets the minimum allowable working set size for the associated process.
Public propertyModulesGets the modules that have been loaded by the associated process.
Public propertyNonpagedSystemMemorySize Obsolete. Gets the nonpaged system memory size allocated to this process.
Public propertyNonpagedSystemMemorySize64Gets the amount of nonpaged system memory allocated for the associated process.
Public propertyPagedMemorySize Obsolete. Gets the paged memory size.
Public propertyPagedMemorySize64Gets the amount of paged memory allocated for the associated process.
Public propertyPagedSystemMemorySize Obsolete. Gets the paged system memory size.
Public propertyPagedSystemMemorySize64Gets the amount of pageable system memory allocated for the associated process.
Public propertyPeakPagedMemorySize Obsolete. Gets the peak paged memory size.
Public propertyPeakPagedMemorySize64Gets the maximum amount of memory in the virtual memory paging file used by the associated process.
Public propertyPeakVirtualMemorySize Obsolete. Gets the peak virtual memory size.
Public propertyPeakVirtualMemorySize64Gets the maximum amount of virtual memory used by the associated process.
Public propertyPeakWorkingSet Obsolete. Gets the peak working set size for the associated process.
Public propertyPeakWorkingSet64Gets the maximum amount of physical memory used by the associated process.
Public propertyPriorityBoostEnabledGets or sets a value indicating whether the associated process priority should temporarily be boosted by the operating system when the main window has the focus.
Public propertyPriorityClassGets or sets the overall priority category for the associated process.
Public propertyPrivateMemorySize Obsolete. Gets the private memory size.
Public propertyPrivateMemorySize64Gets the amount of private memory allocated for the associated process.
Public propertyPrivilegedProcessorTimeGets the privileged processor time for this process.
Public propertyProcessNameGets the name of the process.
Public propertyProcessorAffinityGets or sets the processors on which the threads in this process can be scheduled to run.
Public propertySupported by the .NET Compact FrameworkRespondingGets a value indicating whether the user interface of the process is responding.
Public propertySessionIdGets the Terminal Services session identifier for the associated process.
Public propertySupported by the .NET Compact FrameworkSiteGets or sets the ISite of the Component. (Inherited from Component.)
Public propertyStandardErrorGets a stream used to read the error output of the application.
Public propertyStandardInputGets a stream used to write the input of the application.
Public propertyStandardOutputGets a stream used to read the output of the application.
Public propertySupported by the .NET Compact FrameworkStartInfoGets or sets the properties to pass to the Start method of the Process.
Public propertyStartTimeGets the time that the associated process was started.
Public propertySynchronizingObjectGets or sets the object used to marshal the event handler calls that are issued as a result of a process exit event.
Public propertyThreadsGets the set of threads that are running in the associated process.
Public propertyTotalProcessorTimeGets the total processor time for this process.
Public propertyUserProcessorTimeGets the user processor time for this process.
Public propertyVirtualMemorySize Obsolete. Gets the size of the process's virtual memory.
Public propertyVirtualMemorySize64Gets the amount of the virtual memory allocated for the associated process.
Public propertyWorkingSet Obsolete. Gets the associated process's physical memory usage.
Public propertyWorkingSet64Gets the amount of physical memory allocated for the associated process.
Top
See Also

Reference

Tags :


Page view tracker