C# Class xenwinsvc.PVInstallation

Inheritance: Feature, IRefresh
Mostra file Open project: xenserver/win-xenguestagent

Public Methods

Method Description
PVInstallation ( IExceptionHandler exceptionhandler ) : System
RegisterPVAddons ( ) : void
installing ( ) : bool

Protected Methods

Method Description
Finish ( ) : void
onFeature ( ) : void

Private Methods

Method Description
DumpOsData ( ) : void
RefreshXenstore ( ) : void
addHotFixInfoToStore ( ) : void
addLicenseInfoToStore ( ) : void
addSystemInfoToStore ( ) : void
addXDInfoToStore ( ) : void
xenwinsvc ( ) : bool
xenwinsvc ( bool force ) : bool

Method Details

Finish() protected method

protected Finish ( ) : void
return void

PVInstallation() public method

public PVInstallation ( IExceptionHandler exceptionhandler ) : System
exceptionhandler IExceptionHandler
return System

RegisterPVAddons() public method

public RegisterPVAddons ( ) : void
return void

installing() public method

public installing ( ) : bool
return bool

onFeature() protected method

protected onFeature ( ) : void
return void