C# 클래스 Gwupe.Common.OsUtils

파일 보기 프로젝트 열기: gwupe/Gwupe

공개 프로퍼티들

프로퍼티 타입 설명
WM_SHOWGWUPE int
WM_SHUTDOWNGWUPE int
WM_UPGRADEGWUPE int

공개 메소드들

메소드 설명
GetMainModuleFilepath ( int processId ) : string
GetMyDoppleGangerProcess ( ) : Process
GetMyProcess ( String processName, String pathRegex = null, String path = null ) : Process
GetProcessOwner ( int processId ) : string

비공개 메소드들

메소드 설명
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int

메소드 상세

GetMainModuleFilepath() 공개 정적인 메소드

public static GetMainModuleFilepath ( int processId ) : string
processId int
리턴 string

GetMyDoppleGangerProcess() 공개 정적인 메소드

public static GetMyDoppleGangerProcess ( ) : Process
리턴 System.Diagnostics.Process

GetMyProcess() 공개 정적인 메소드

public static GetMyProcess ( String processName, String pathRegex = null, String path = null ) : Process
processName String
pathRegex String
path String
리턴 System.Diagnostics.Process

GetProcessOwner() 공개 정적인 메소드

public static GetProcessOwner ( int processId ) : string
processId int
리턴 string

프로퍼티 상세

WM_SHOWGWUPE 공개적으로 정적으로 프로퍼티

public static int WM_SHOWGWUPE
리턴 int

WM_SHUTDOWNGWUPE 공개적으로 정적으로 프로퍼티

public static int WM_SHUTDOWNGWUPE
리턴 int

WM_UPGRADEGWUPE 공개적으로 정적으로 프로퍼티

public static int WM_UPGRADEGWUPE
리턴 int