C# Class KeppySynthConfigurator.Functions

Mostrar archivo Open project: KaleidonKep99/Keppy-s-Driver

Public Methods

Method Description
ChangeList ( int SelectedList ) : void
CheckForUpdates ( ) : void
DriverRegistry ( int integer ) : void
DriverToSynthMigration ( ) : void
ExportSettings ( String filename ) : void
InitializeLastPath ( ) : void
IsInternetAvailable ( ) : bool
IsWindows8OrNewer ( ) : string
IsWindowsVistaOrNewer ( ) : bool
LoadSettings ( ) : void
LoudMaxInstall ( ) : void
LoudMaxUninstall ( ) : void
OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
ReinitializeList ( Exception ex, String selectedlistpath ) : void
SaveList ( String SelectedList ) : void
SaveSettings ( ) : void
SetLastImportExportPath ( string path ) : void
SetLastPath ( string path ) : void
TriggerReload ( ) : void
UserProfileMigration ( ) : void

Private Methods

Method Description
InternetGetConnectedState ( int &connDescription, int ReservedValue ) : bool

Method Details

ChangeList() public static method

public static ChangeList ( int SelectedList ) : void
SelectedList int
return void

CheckForUpdates() public static method

public static CheckForUpdates ( ) : void
return void

DriverRegistry() public static method

public static DriverRegistry ( int integer ) : void
integer int
return void

DriverToSynthMigration() public static method

public static DriverToSynthMigration ( ) : void
return void

ExportSettings() public static method

public static ExportSettings ( String filename ) : void
filename String
return void

InitializeLastPath() public static method

public static InitializeLastPath ( ) : void
return void

IsInternetAvailable() public static method

public static IsInternetAvailable ( ) : bool
return bool

IsWindows8OrNewer() public static method

public static IsWindows8OrNewer ( ) : string
return string

IsWindowsVistaOrNewer() public static method

public static IsWindowsVistaOrNewer ( ) : bool
return bool

LoadSettings() public static method

public static LoadSettings ( ) : void
return void

LoudMaxInstall() public static method

public static LoudMaxInstall ( ) : void
return void

LoudMaxUninstall() public static method

public static LoudMaxUninstall ( ) : void
return void

OpenFileDialogAddCustomPaths() public static method

public static OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
dialog FileDialog
return void

ReinitializeList() public static method

public static ReinitializeList ( Exception ex, String selectedlistpath ) : void
ex System.Exception
selectedlistpath String
return void

SaveList() public static method

public static SaveList ( String SelectedList ) : void
SelectedList String
return void

SaveSettings() public static method

public static SaveSettings ( ) : void
return void

SetLastImportExportPath() public static method

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

SetLastPath() public static method

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

TriggerReload() public static method

public static TriggerReload ( ) : void
return void

UserProfileMigration() public static method

public static UserProfileMigration ( ) : void
return void