Class ProcessHelper
public class ProcessHelper
- Inheritance
-
ProcessHelper
- Inherited Members
- Extension Methods
Constructors
ProcessHelper()
public ProcessHelper()
Methods
GetExecutingApplicationName()
Returns the name of the executing application (process name without extension)
public static string GetExecutingApplicationName()
Returns
- string
The name of the executing application
Remarks
This may differ from the assembly name in cases where the executable has been renamed or when running under certain hosting environments.
GetExecutingApplicationPath()
Returns the full executable path and name
public static string GetExecutingApplicationPath()
Returns
- string
The full path to the executing application
InitializeLogging(string)
public static string InitializeLogging(string folder)
Parameters
folderstring
Returns
InitializeMonitoring(string)
public static string InitializeMonitoring(string folder)
Parameters
folderstring