Table of Contents

Class ProcessExtensions

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

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
object
ProcessExtensions

Methods

GetProcessFilename(Process)

Gets the file name of the given process

public static string GetProcessFilename(this Process p)

Parameters

p Process

The process

Returns

string

The filename of the given process