C# 클래스 EvHttpSharp.Interop.LinuxLoader

상속: IDynLoader
파일 보기 프로젝트 열기: kekekeks/evhttp-sharp 1 사용 예제들

공개 메소드들

메소드 설명
GetProcAddress ( IntPtr dll, string proc ) : IntPtr
LoadLibrary ( string basePath, string dll ) : IntPtr

비공개 메소드들

메소드 설명
DlError ( ) : string
dlerror ( ) : IntPtr
dlopen ( string path, int flags ) : IntPtr
dlsym ( IntPtr handle, string symbol ) : IntPtr

메소드 상세

GetProcAddress() 공개 메소드

public GetProcAddress ( IntPtr dll, string proc ) : IntPtr
dll System.IntPtr
proc string
리턴 System.IntPtr

LoadLibrary() 공개 메소드

public LoadLibrary ( string basePath, string dll ) : IntPtr
basePath string
dll string
리턴 System.IntPtr