![]() | |
Process |
The ProcessInformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from ValueType) |
![]() | GetHashCode | (Inherited from ValueType) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
![]() | Process | A handle to the newly created process. The handle is used to specify the process in all functions that perform operations on the process object. |
![]() | ProcessId | A value that can be used to identify a process. The value is valid from the time the process is created until all handles to the process are closed and the process object is freed; at this point, the identifier may be reused. |
![]() | Thread | A handle to the primary thread of the newly created process. The handle is used to specify the thread in all functions that perform operations on the thread object. |
![]() | ThreadId | A value that can be used to identify a thread. The value is valid from the time the thread is created until all handles to the thread are closed and the thread object is freed; at this point, the identifier may be reused. |