C# 클래스 Gwupe.Agent.GwupeClientAppContext

상속: System.Windows.Forms.ApplicationContext
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Elevate Gwupe.Agent.Components.ElevateToken
Elevate Gwupe.Agent.Components.ElevateToken
ExtractLog byte[]
SetupChangeLog void

공개 메소드들

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

보호된 메소드들

메소드 설명
ExitThreadCore ( ) : void

비공개 메소드들

메소드 설명
Elevate ( ) : ElevateToken
Elevate ( String message ) : ElevateToken
ExtractLog ( string filename ) : byte[]
SetupChangeLog ( ) : void

메소드 상세

ExitThreadCore() 보호된 메소드

protected ExitThreadCore ( ) : void
리턴 void

GenerateFaultReport() 공개 메소드

public GenerateFaultReport ( ) : void
리턴 void

GwupeClientAppContext() 공개 메소드

This class should be created and passed into Application.Run( ... )
public GwupeClientAppContext ( List options ) : System
options List
리턴 System

OnIdleChanged() 공개 메소드

public OnIdleChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

RestartGwupeService() 공개 메소드

public RestartGwupeService ( ) : bool
리턴 bool

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

SubmitFaultReport() 공개 메소드

public SubmitFaultReport ( FaultReport report ) : void
report FaultReport
리턴 void

Version() 공개 메소드

public Version ( int level = 1 ) : String
level int
리턴 String

WndProc() 공개 메소드

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
리턴 System.IntPtr