Class ProcessExtensions
A static class providing Process extensions
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public static class ProcessExtensions
Methods
GetProcessFilename(Process)
Gets the file name of the given process
Declaration
public static string GetProcessFilename(this Process p)
Parameters
Type | Name | Description |
---|---|---|
Process | p | The process |
Returns
Type | Description |
---|---|
string | The filename of the given process |