C# Class Gwupe.Common.OsUtils

Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Свойство Type Description
WM_SHOWGWUPE int
WM_SHUTDOWNGWUPE int
WM_UPGRADEGWUPE int

Méthodes publiques

Méthode Description
GetMainModuleFilepath ( int processId ) : string
GetMyDoppleGangerProcess ( ) : Process
GetMyProcess ( String processName, String pathRegex = null, String path = null ) : Process
GetProcessOwner ( int processId ) : string

Private Methods

Méthode Description
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int

Method Details

GetMainModuleFilepath() public static méthode

public static GetMainModuleFilepath ( int processId ) : string
processId int
Résultat string

GetMyDoppleGangerProcess() public static méthode

public static GetMyDoppleGangerProcess ( ) : Process
Résultat System.Diagnostics.Process

GetMyProcess() public static méthode

public static GetMyProcess ( String processName, String pathRegex = null, String path = null ) : Process
processName String
pathRegex String
path String
Résultat System.Diagnostics.Process

GetProcessOwner() public static méthode

public static GetProcessOwner ( int processId ) : string
processId int
Résultat string

Property Details

WM_SHOWGWUPE public_oe static_oe property

public static int WM_SHOWGWUPE
Résultat int

WM_SHUTDOWNGWUPE public_oe static_oe property

public static int WM_SHUTDOWNGWUPE
Résultat int

WM_UPGRADEGWUPE public_oe static_oe property

public static int WM_UPGRADEGWUPE
Résultat int