C# 클래스 Swicli.Library.PInvokeDLL

파일 보기 프로젝트 열기: swi-to-yap/swicli

공개 메소드들

메소드 설명
CreateDelegate ( string entry_point, Type delegateType ) : Delegate
PInvokeDLL ( string name ) : System

비공개 메소드들

메소드 설명
FreeLibrary ( IntPtr hModule ) : bool
GetDelegate ( string funcName, Type delegateType ) : Delegate
GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr

메소드 상세

CreateDelegate() 공개 메소드

public CreateDelegate ( string entry_point, Type delegateType ) : Delegate
entry_point string
delegateType System.Type
리턴 System.Delegate

PInvokeDLL() 공개 메소드

public PInvokeDLL ( string name ) : System
name string
리턴 System