C# Class Platform.Invoke.Unix.UnixLibraryProcProvider

Inheritance: ILibraryProcProvider
Show file Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
Free ( IntPtr module ) : bool

Free this library.

Private Methods

Method Description
GetDelegateFromFunctionPointer ( IntPtr functionPointer, Type delegateType ) : Delegate
GetProc ( IntPtr module, string procName ) : IntPtr
dlclose ( IntPtr handle ) : int
dlsym ( IntPtr handle, [ symbolName ) : IntPtr

Method Details

Free() public method

Free this library.
public Free ( IntPtr module ) : bool
module System.IntPtr Module to free.
return bool