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

상속: LibraryBase
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 메소드들

메소드 설명
UnixLibrary ( IntPtr moduleHandle, string libraryName ) : System

Creates a new instance of a Unix library loader (using libdl).

메소드 상세

UnixLibrary() 공개 메소드

Creates a new instance of a Unix library loader (using libdl).
public UnixLibrary ( IntPtr moduleHandle, string libraryName ) : System
moduleHandle System.IntPtr Handle to the loaded module returned by dlopen(3).
libraryName string Name of the loaded library.
리턴 System