C# Класс Platform.Invoke.Unix.UnixLibraryLoader

Library loading support for Unix operating systems (including OS X).
Наследование: LibraryLoaderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
UnixLibraryLoader ( ) : System

Creates an instance of UnixLibraryLoader using default implementation with dlopen.

Защищенные методы

Метод Описание
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

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

Приватные методы

Метод Описание
dlopen ( [ filename, Flags flags ) : IntPtr

Описание методов

CreateLibrary() защищенный Метод

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.
Результат ILibrary

UnixLibraryLoader() публичный Метод

Creates an instance of UnixLibraryLoader using default implementation with dlopen.
public UnixLibraryLoader ( ) : System
Результат System