C# 클래스 OpenViewer.bootstrap.Bootstrap

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-firefox

Private Properties

프로퍼티 타입 설명
CheckCurrentVersion bool
DelayedLoad void
InitializeVersion bool
IsVersionRequirementSatisfied bool
KeepAlive void
SetParent System.IntPtr
ShowVersionCheckWindow bool
TryDelayedLoad bool
VersionCheckCallback void
VersionCheckError void

공개 메소드들

메소드 설명
Bootstrap ( OpenViewer.Viewer OV, IntPtr Handle, int width, int height ) : System
CheckDriveSize ( ) : bool
GetExePath ( ) : string
Load ( OnViewerStartupDelegate OnViewerStartup ) : void
SetupConfig ( ) : void
Shutdown ( ) : void
link_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CheckCurrentVersion ( string xml ) : bool
DelayedLoad ( OnViewerStartupDelegate OnViewerStartup ) : void
InitializeVersion ( ) : bool
IsVersionRequirementSatisfied ( string requirement ) : bool
KeepAlive ( object param ) : void
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
ShowVersionCheckWindow ( string uriString ) : bool
TryDelayedLoad ( ) : bool
VersionCheckCallback ( Object sender, DownloadStringCompletedEventArgs e ) : void
VersionCheckError ( string mesg, string title ) : void

메소드 상세

Bootstrap() 공개 메소드

public Bootstrap ( OpenViewer.Viewer OV, IntPtr Handle, int width, int height ) : System
OV OpenViewer.Viewer
Handle System.IntPtr
width int
height int
리턴 System

CheckDriveSize() 공개 메소드

public CheckDriveSize ( ) : bool
리턴 bool

GetExePath() 공개 정적인 메소드

public static GetExePath ( ) : string
리턴 string

Load() 공개 메소드

public Load ( OnViewerStartupDelegate OnViewerStartup ) : void
OnViewerStartup OnViewerStartupDelegate
리턴 void

SetupConfig() 공개 메소드

public SetupConfig ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

link_Click() 공개 메소드

public link_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void