C# Class Platform.Invoke.Unix.UnixLibrary

Inheritance: LibraryBase
Mostrar archivo Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
UnixLibrary ( IntPtr moduleHandle, string libraryName ) : System

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

Method Details

UnixLibrary() public method

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.
return System