C# Class Scalien.NativeLoader

ファイルを表示 Open project: scalien/scaliendb Class Usage Examples

Public Methods

Method Description
Cleanup ( ) : void
InternalCheckIsWow64 ( ) : bool
IsWindows ( ) : bool
Load ( ) : void

Private Methods

Method 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 method

public static Cleanup ( ) : void
return void

InternalCheckIsWow64() public static method

public static InternalCheckIsWow64 ( ) : bool
return bool

IsWindows() public static method

public static IsWindows ( ) : bool
return bool

Load() public static method

public static Load ( ) : void
return void