ProcessInfo Structure |
Namespace: ITHit.FileSystem.Windows
The ProcessInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
ApplicationId | Used for modern applications. The application ID. | |
CommandLine | Note This member was added in Windows 10, version 1803. Used to start the process. If the platform failed to retrieve the command line, “UNKNOWN” will be returned. | |
ImagePath |
The absolute path of the main executable file including the volume name in the format of NT file path. If the platform
failed to retrieve the image path, “UNKNOWN” will be returned.
| |
PackageName | Used for modern applications. The app package name. | |
ProcessId | The 32 bit ID of the user process. | |
SessionId | Note This member was added in Windows 10, version 1803. The 32bit ID of the session wherein the user process that triggers the callback resides. | |
StructSize | The size of the structure. |