C# Class Artemis.Utilities.DataReaders.DllManager

显示文件 Open project: SpoinkyNL/Artemis

Public Methods

Method Description
DllPlaced ( ) : bool
PlaceLogitechDll ( ) : void
PlaceRazerDll ( string path ) : void
RestoreLogitechDll ( ) : bool

Private Methods

Method Description
PlaceRegistryKey ( ) : void
RegistryKeyPlaced ( ) : bool

Method Details

DllPlaced() public static method

public static DllPlaced ( ) : bool
return bool

PlaceLogitechDll() public static method

public static PlaceLogitechDll ( ) : void
return void

PlaceRazerDll() public static method

public static PlaceRazerDll ( string path ) : void
path string
return void

RestoreLogitechDll() public static method

public static RestoreLogitechDll ( ) : bool
return bool