C# Class KeppySynthConfigurator.Functions

Afficher le fichier Open project: KaleidonKep99/Keppy-s-Driver

Méthodes publiques

Méthode 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

Méthode Description
InternetGetConnectedState ( int &connDescription, int ReservedValue ) : bool

Method Details

ChangeList() public static méthode

public static ChangeList ( int SelectedList ) : void
SelectedList int
Résultat void

CheckForUpdates() public static méthode

public static CheckForUpdates ( ) : void
Résultat void

DriverRegistry() public static méthode

public static DriverRegistry ( int integer ) : void
integer int
Résultat void

DriverToSynthMigration() public static méthode

public static DriverToSynthMigration ( ) : void
Résultat void

ExportSettings() public static méthode

public static ExportSettings ( String filename ) : void
filename String
Résultat void

InitializeLastPath() public static méthode

public static InitializeLastPath ( ) : void
Résultat void

IsInternetAvailable() public static méthode

public static IsInternetAvailable ( ) : bool
Résultat bool

IsWindows8OrNewer() public static méthode

public static IsWindows8OrNewer ( ) : string
Résultat string

IsWindowsVistaOrNewer() public static méthode

public static IsWindowsVistaOrNewer ( ) : bool
Résultat bool

LoadSettings() public static méthode

public static LoadSettings ( ) : void
Résultat void

LoudMaxInstall() public static méthode

public static LoudMaxInstall ( ) : void
Résultat void

LoudMaxUninstall() public static méthode

public static LoudMaxUninstall ( ) : void
Résultat void

OpenFileDialogAddCustomPaths() public static méthode

public static OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
dialog FileDialog
Résultat void

ReinitializeList() public static méthode

public static ReinitializeList ( Exception ex, String selectedlistpath ) : void
ex System.Exception
selectedlistpath String
Résultat void

SaveList() public static méthode

public static SaveList ( String SelectedList ) : void
SelectedList String
Résultat void

SaveSettings() public static méthode

public static SaveSettings ( ) : void
Résultat void

SetLastImportExportPath() public static méthode

public static SetLastImportExportPath ( string path ) : void
path string
Résultat void

SetLastPath() public static méthode

public static SetLastPath ( string path ) : void
path string
Résultat void

TriggerReload() public static méthode

public static TriggerReload ( ) : void
Résultat void

UserProfileMigration() public static méthode

public static UserProfileMigration ( ) : void
Résultat void