C# 클래스 Com.Eucalyptus.Windows.DriverManager

파일 보기 프로젝트 열기: eucalyptus/windows-integration

공개 메소드들

메소드 설명
DriverExists ( string src, string dest ) : bool
InstallDrivers ( string dirs ) : void
UpdateDrivers ( ) : void

비공개 메소드들

메소드 설명
DriverManager ( ) : System
GetLastError ( ) : int
SetupCopyOEMInf ( string SourceInfFileName, string OEMSourceMediaLocation, OemSourceMediaType OEMSourceMediaType, OemCopyStyle CopyStyle, StringBuilder DestinationInfFileName, int DestinationInfFileNameSize, int &RequiredSize, StringBuilder DestinationInfFileNameComponent ) : bool

메소드 상세

DriverExists() 공개 메소드

public DriverExists ( string src, string dest ) : bool
src string
dest string
리턴 bool

InstallDrivers() 공개 메소드

public InstallDrivers ( string dirs ) : void
dirs string
리턴 void

UpdateDrivers() 공개 메소드

public UpdateDrivers ( ) : void
리턴 void