SmartBatch 2006 Application Programmatic Interface

ProcessInfoData Members

ProcessInfoData overview

Public Instance Constructors

ProcessInfoData Constructor Initializes a new instance of the ProcessInfoData class.

Public Instance Properties

BasePriority Gets the base priority of the associated process.
ExitCode Gets the value that the associated process specified when it terminated.
Handle Returns the associated process's native handle.
HandleCount Gets the number of handles opened by the process.
MainWindowTitle Gets the caption of the main window of the process.
ModuleCount Gets the modules that have been loaded by the associated process.
NonPagedSystemMemorySize Gets the nonpaged system memory size allocated to this process.
PagedMemorySize The amount of memory allocated by the associated process that can be written to the virtual memory paging file
PagedSystemMemorySize Gets the Paged System Memory size.
PrivateMemorySize Gets the private memory size.
ProcessId The PID/process id for the process. This value is determined by the Windows operating system.
ProcessName The name of the process.
ProcessorAffinity Gets or sets the processors on which the threads in this process can be scheduled to run.
ProcessorTime Gets the processor time for the associated process.
StartTime Gets the time that the associated process was started.
ThreadCount Gets the set of threads that are running in the associated process.
UserProcessorTime The user processor time.
VirtualMemorySize Gets the size of the process's virtual memory.
WorkingSet Gets the associated process's physical memory usage.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ProcessInfoData Class | OnLineToolWorks.SmartBatch.Data Namespace