C# Class Platform.Invoke.Unix.UnixLibraryLoader

Library loading support for Unix operating systems (including OS X).
Inheritance: LibraryLoaderBase
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Méthode Description
UnixLibraryLoader ( ) : System

Creates an instance of UnixLibraryLoader using default implementation with dlopen.

Méthodes protégées

Méthode Description
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

Returns the created library for the specified handle and library name.

Private Methods

Méthode Description
dlopen ( [ filename, Flags flags ) : IntPtr

Method Details

CreateLibrary() protected méthode

Returns the created library for the specified handle and library name.
protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr Operating system provided library handle.
libraryName string Name fo the loaded library.
Résultat ILibrary

UnixLibraryLoader() public méthode

Creates an instance of UnixLibraryLoader using default implementation with dlopen.
public UnixLibraryLoader ( ) : System
Résultat System