C# Class Platform.Invoke.Unix.UnixLibrary

Inheritance: LibraryBase
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Méthode Description
UnixLibrary ( IntPtr moduleHandle, string libraryName ) : System

Creates a new instance of a Unix library loader (using libdl).

Method Details

UnixLibrary() public méthode

Creates a new instance of a Unix library loader (using libdl).
public UnixLibrary ( IntPtr moduleHandle, string libraryName ) : System
moduleHandle System.IntPtr Handle to the loaded module returned by dlopen(3).
libraryName string Name of the loaded library.
Résultat System