C# 클래스 Platform.Invoke.Unix.UnixLibraryLoader

Library loading support for Unix operating systems (including OS X).
상속: LibraryLoaderBase
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 메소드들

메소드 설명
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