GroupLab Widget Tap Library

Win32Helper.GetProcessFileName Method 

Gets the file name of a running process.

public static string GetProcessFileName(
   IntPtr processID
);

Parameters

processID
An operating system process identifier.

Return Value

The path to the executable file for the process.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace