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

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

공개 메소드들

메소드 설명
Free ( IntPtr module ) : bool

Free this library.

비공개 메소드들

메소드 설명
GetDelegateFromFunctionPointer ( IntPtr functionPointer, Type delegateType ) : Delegate
GetProc ( IntPtr module, string procName ) : IntPtr
dlclose ( IntPtr handle ) : int
dlsym ( IntPtr handle, [ symbolName ) : IntPtr

메소드 상세

Free() 공개 메소드

Free this library.
public Free ( IntPtr module ) : bool
module System.IntPtr Module to free.
리턴 bool