C# 클래스 Scalien.NativeLoader

파일 보기 프로젝트 열기: scalien/scaliendb 1 사용 예제들

공개 메소드들

메소드 설명
Cleanup ( ) : void
InternalCheckIsWow64 ( ) : bool
IsWindows ( ) : bool
Load ( ) : void

비공개 메소드들

메소드 설명
ExtractNativeDLL ( string name, string bitness ) : void
NativeLoader ( ) : System
TryExtractDLL ( string dirName, string name, string bitness ) : string
TryLoadDLL ( string dllPath ) : bool

메소드 상세

Cleanup() 공개 정적인 메소드

public static Cleanup ( ) : void
리턴 void

InternalCheckIsWow64() 공개 정적인 메소드

public static InternalCheckIsWow64 ( ) : bool
리턴 bool

IsWindows() 공개 정적인 메소드

public static IsWindows ( ) : bool
리턴 bool

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void