C# 클래스 Shared.Helpers.ProcessNameHelper

파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics

공개 메소드들

메소드 설명
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