C# 클래스 KeppySynthConfigurator.Functions

파일 보기 프로젝트 열기: KaleidonKep99/Keppy-s-Driver

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InternetGetConnectedState ( int &connDescription, int ReservedValue ) : bool

메소드 상세

ChangeList() 공개 정적인 메소드

public static ChangeList ( int SelectedList ) : void
SelectedList int
리턴 void

CheckForUpdates() 공개 정적인 메소드

public static CheckForUpdates ( ) : void
리턴 void

DriverRegistry() 공개 정적인 메소드

public static DriverRegistry ( int integer ) : void
integer int
리턴 void

DriverToSynthMigration() 공개 정적인 메소드

public static DriverToSynthMigration ( ) : void
리턴 void

ExportSettings() 공개 정적인 메소드

public static ExportSettings ( String filename ) : void
filename String
리턴 void

InitializeLastPath() 공개 정적인 메소드

public static InitializeLastPath ( ) : void
리턴 void

IsInternetAvailable() 공개 정적인 메소드

public static IsInternetAvailable ( ) : bool
리턴 bool

IsWindows8OrNewer() 공개 정적인 메소드

public static IsWindows8OrNewer ( ) : string
리턴 string

IsWindowsVistaOrNewer() 공개 정적인 메소드

public static IsWindowsVistaOrNewer ( ) : bool
리턴 bool

LoadSettings() 공개 정적인 메소드

public static LoadSettings ( ) : void
리턴 void

LoudMaxInstall() 공개 정적인 메소드

public static LoudMaxInstall ( ) : void
리턴 void

LoudMaxUninstall() 공개 정적인 메소드

public static LoudMaxUninstall ( ) : void
리턴 void

OpenFileDialogAddCustomPaths() 공개 정적인 메소드

public static OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
dialog FileDialog
리턴 void

ReinitializeList() 공개 정적인 메소드

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

SaveList() 공개 정적인 메소드

public static SaveList ( String SelectedList ) : void
SelectedList String
리턴 void

SaveSettings() 공개 정적인 메소드

public static SaveSettings ( ) : void
리턴 void

SetLastImportExportPath() 공개 정적인 메소드

public static SetLastImportExportPath ( string path ) : void
path string
리턴 void

SetLastPath() 공개 정적인 메소드

public static SetLastPath ( string path ) : void
path string
리턴 void

TriggerReload() 공개 정적인 메소드

public static TriggerReload ( ) : void
리턴 void

UserProfileMigration() 공개 정적인 메소드

public static UserProfileMigration ( ) : void
리턴 void