C# Class MumbleSharp.LibraryLoader

Library loader.
Mostra file Open project: martindevans/MumbleSharp

Public Methods

Method Description
UnloadAll ( ) : void

Private Methods

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

Method Details

UnloadAll() public static method

public static UnloadAll ( ) : void
return void