Property | Type | Description | |
---|---|---|---|
CheckCurrentVersion | bool | ||
DelayedLoad | void | ||
InitializeVersion | bool | ||
IsVersionRequirementSatisfied | bool | ||
KeepAlive | void | ||
SetParent | |||
ShowVersionCheckWindow | bool | ||
TryDelayedLoad | bool | ||
VersionCheckCallback | void | ||
VersionCheckError | void |
Method | Description | |
---|---|---|
Bootstrap ( OpenViewer.Viewer OV, |
||
CheckDriveSize ( ) : bool | ||
GetExePath ( ) : string | ||
Load ( OnViewerStartupDelegate OnViewerStartup ) : void | ||
SetupConfig ( ) : void | ||
Shutdown ( ) : void | ||
link_Click ( object sender, |
Method | Description | |
---|---|---|
CheckCurrentVersion ( string xml ) : bool | ||
DelayedLoad ( OnViewerStartupDelegate OnViewerStartup ) : void | ||
InitializeVersion ( ) : bool | ||
IsVersionRequirementSatisfied ( string requirement ) : bool | ||
KeepAlive ( object param ) : void | ||
SetParent ( |
||
ShowVersionCheckWindow ( string uriString ) : bool | ||
TryDelayedLoad ( ) : bool | ||
VersionCheckCallback ( Object sender, |
||
VersionCheckError ( string mesg, string title ) : void |
public Bootstrap ( OpenViewer.Viewer OV, |
||
OV | OpenViewer.Viewer | |
Handle | ||
width | int | |
height | int | |
return | System |
public Load ( OnViewerStartupDelegate OnViewerStartup ) : void | ||
OnViewerStartup | OnViewerStartupDelegate | |
return | void |
public link_Click ( object sender, |
||
sender | object | |
e | ||
return | void |