C# Class Shared.Helpers.ProcessNameHelper

Afficher le fichier Open project: sealuzh/PersonalAnalytics

Méthodes publiques

Méthode Description
GetFileDescription ( string process ) : string

Gets the file description of a proces and returns it formatted (shortened if neccessary)

GetFileDescriptionFromProcess ( string process ) : string

gets the name of the process TODO: currently doesn't work

Method Details

GetFileDescription() public static méthode

Gets the file description of a proces and returns it formatted (shortened if neccessary)
public static GetFileDescription ( string process ) : string
process string
Résultat string

GetFileDescriptionFromProcess() public static méthode

gets the name of the process TODO: currently doesn't work
public static GetFileDescriptionFromProcess ( string process ) : string
process string
Résultat string