Class ProcessExtensions
A static class providing Process extensions
[SuppressMessage("Design", "CA1060:Move pinvokes to native methods class", Justification = "I don't care, piss off")]
public static class ProcessExtensions
- Inheritance
-
objectProcessExtensions
Methods
GetProcessFilename(Process)
Gets the file name of the given process
public static string GetProcessFilename(this Process p)
Parameters
pProcessThe process
Returns
- string
The filename of the given process