C# Class FoundationDB.Client.Native.UnmanagedLibrary.NativeMethods

Show file Open project: BedeGaming/foundationdb-dotnet-client

Public Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
LoadLibrary ( string fileName ) : SafeLibraryHandle

Private Methods

Method Description
dlclose ( IntPtr hModule ) : int
dlopen ( string fileName, int flags ) : SafeLibraryHandle

Method Details

FreeLibrary() public static method

public static FreeLibrary ( IntPtr hModule ) : bool
hModule System.IntPtr
return bool

LoadLibrary() public static method

public static LoadLibrary ( string fileName ) : SafeLibraryHandle
fileName string
return Microsoft.Win32.SafeHandles.SafeLibraryHandle