C# Class Shared.Helpers.ProcessNameHelper

Mostrar archivo Open project: sealuzh/PersonalAnalytics

Public Methods

Method 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 method

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

GetFileDescriptionFromProcess() public static method

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