Click or drag to resize

IProcessInfo Interface

IT Hit User File System
Provides information about a user process

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface IProcessInfo

The IProcessInfo type exposes the following members.

Properties
  NameDescription
Public propertyImagePath
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 propertyProcessId
The 32 bit ID of the user process.
Top
See Also