Click or drag to resize

ProcessInfo Structure

IT Hit User File System
Contains information about a user process.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public struct ProcessInfo

The ProcessInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldApplicationId
Used for modern applications. The application ID.
Public fieldCommandLine

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.

Public fieldImagePath
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.
Public fieldPackageName
Used for modern applications. The app package name.
Public fieldProcessId
The 32 bit ID of the user process.
Public fieldSessionId

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.

Public fieldStructSize
The size of the structure.
Top
See Also