C# Class OpenViewer.bootstrap.Bootstrap

Afficher le fichier Open project: 3di/3di-viewer-rei-firefox

Private Properties

Свойство Type Description
CheckCurrentVersion bool
DelayedLoad void
InitializeVersion bool
IsVersionRequirementSatisfied bool
KeepAlive void
SetParent System.IntPtr
ShowVersionCheckWindow bool
TryDelayedLoad bool
VersionCheckCallback void
VersionCheckError void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Bootstrap() public méthode

public Bootstrap ( OpenViewer.Viewer OV, IntPtr Handle, int width, int height ) : System
OV OpenViewer.Viewer
Handle System.IntPtr
width int
height int
Résultat System

CheckDriveSize() public méthode

public CheckDriveSize ( ) : bool
Résultat bool

GetExePath() public static méthode

public static GetExePath ( ) : string
Résultat string

Load() public méthode

public Load ( OnViewerStartupDelegate OnViewerStartup ) : void
OnViewerStartup OnViewerStartupDelegate
Résultat void

SetupConfig() public méthode

public SetupConfig ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

link_Click() public méthode

public link_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void