C# 클래스 MumbleSharp.LibraryLoader

Library loader.
파일 보기 프로젝트 열기: martindevans/MumbleSharp

공개 메소드들

메소드 설명
UnloadAll ( ) : void

비공개 메소드들

메소드 설명
Free ( IntPtr module ) : bool
FreeLibrary ( IntPtr module ) : bool
GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
Load ( string fileName ) : IntPtr

Load a library.

LoadLibrary ( string lpFileName ) : IntPtr
ResolveSymbol ( IntPtr image, string symbol ) : IntPtr

Resolves library function pointer.

dlclose ( IntPtr module ) : void
dlopen ( string filename, int flags ) : IntPtr
dlsym ( IntPtr handle, string symbol ) : IntPtr

메소드 상세

UnloadAll() 공개 정적인 메소드

public static UnloadAll ( ) : void
리턴 void