C# Класс Shared.Helpers.ProcessNameHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetFileDescription() публичный статический Метод

Gets the file description of a proces and returns it formatted (shortened if neccessary)
public static GetFileDescription ( string process ) : string
process string
Результат string

GetFileDescriptionFromProcess() публичный статический Метод

gets the name of the process TODO: currently doesn't work
public static GetFileDescriptionFromProcess ( string process ) : string
process string
Результат string