C# Class Gwupe.Agent.GwupeClientAppContext

Inheritance: System.Windows.Forms.ApplicationContext
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Private Properties

Свойство Type Description
Elevate Gwupe.Agent.Components.ElevateToken
Elevate Gwupe.Agent.Components.ElevateToken
ExtractLog byte[]
SetupChangeLog void

Méthodes publiques

Méthode Description
GenerateFaultReport ( ) : void
GwupeClientAppContext ( List options ) : System

This class should be created and passed into Application.Run( ... )

OnIdleChanged ( EventArgs e ) : void
RestartGwupeService ( ) : bool
Shutdown ( ) : void
SubmitFaultReport ( FaultReport report ) : void
Version ( int level = 1 ) : String
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Méthodes protégées

Méthode Description
ExitThreadCore ( ) : void

Private Methods

Méthode Description
Elevate ( ) : ElevateToken
Elevate ( String message ) : ElevateToken
ExtractLog ( string filename ) : byte[]
SetupChangeLog ( ) : void

Method Details

ExitThreadCore() protected méthode

protected ExitThreadCore ( ) : void
Résultat void

GenerateFaultReport() public méthode

public GenerateFaultReport ( ) : void
Résultat void

GwupeClientAppContext() public méthode

This class should be created and passed into Application.Run( ... )
public GwupeClientAppContext ( List options ) : System
options List
Résultat System

OnIdleChanged() public méthode

public OnIdleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

RestartGwupeService() public méthode

public RestartGwupeService ( ) : bool
Résultat bool

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

SubmitFaultReport() public méthode

public SubmitFaultReport ( FaultReport report ) : void
report FaultReport
Résultat void

Version() public méthode

public Version ( int level = 1 ) : String
level int
Résultat String

WndProc() public méthode

public WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
Résultat System.IntPtr