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

Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client

Méthodes publiques

Méthode Description
FreeLibrary ( IntPtr hModule ) : bool
LoadLibrary ( string fileName ) : SafeLibraryHandle

Private Methods

Méthode Description
dlclose ( IntPtr hModule ) : int
dlopen ( string fileName, int flags ) : SafeLibraryHandle

Method Details

FreeLibrary() public static méthode

public static FreeLibrary ( IntPtr hModule ) : bool
hModule System.IntPtr
Résultat bool

LoadLibrary() public static méthode

public static LoadLibrary ( string fileName ) : SafeLibraryHandle
fileName string
Résultat Microsoft.Win32.SafeHandles.SafeLibraryHandle