C# Class Com.Eucalyptus.Windows.DriverManager

ファイルを表示 Open project: eucalyptus/windows-integration

Public Methods

Method Description
DriverExists ( string src, string dest ) : bool
InstallDrivers ( string dirs ) : void
UpdateDrivers ( ) : void

Private Methods

Method Description
DriverManager ( ) : System
GetLastError ( ) : int
SetupCopyOEMInf ( string SourceInfFileName, string OEMSourceMediaLocation, OemSourceMediaType OEMSourceMediaType, OemCopyStyle CopyStyle, StringBuilder DestinationInfFileName, int DestinationInfFileNameSize, int &RequiredSize, StringBuilder DestinationInfFileNameComponent ) : bool

Method Details

DriverExists() public method

public DriverExists ( string src, string dest ) : bool
src string
dest string
return bool

InstallDrivers() public method

public InstallDrivers ( string dirs ) : void
dirs string
return void

UpdateDrivers() public method

public UpdateDrivers ( ) : void
return void