C# Class Platform.Invoke.Unix.UnixLibraryProcProvider

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

Méthodes publiques

Méthode Description
Free ( IntPtr module ) : bool

Free this library.

Private Methods

Méthode 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 méthode

Free this library.
public Free ( IntPtr module ) : bool
module System.IntPtr Module to free.
Résultat bool