C# Class Scalien.NativeLoader

Afficher le fichier Open project: scalien/scaliendb Class Usage Examples

Méthodes publiques

Méthode Description
Cleanup ( ) : void
InternalCheckIsWow64 ( ) : bool
IsWindows ( ) : bool
Load ( ) : void

Private Methods

Méthode Description
ExtractNativeDLL ( string name, string bitness ) : void
NativeLoader ( ) : System
TryExtractDLL ( string dirName, string name, string bitness ) : string
TryLoadDLL ( string dllPath ) : bool

Method Details

Cleanup() public static méthode

public static Cleanup ( ) : void
Résultat void

InternalCheckIsWow64() public static méthode

public static InternalCheckIsWow64 ( ) : bool
Résultat bool

IsWindows() public static méthode

public static IsWindows ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( ) : void
Résultat void