C# 클래스 XAPI.DllInvoke

상속: XAPI.InvokeBase
파일 보기 프로젝트 열기: QuantBox/XAPI2

공개 메소드들

메소드 설명
Dispose ( ) : void
DllInvoke ( string DLLPath ) : System
GetSysErrMsg ( int errCode ) : string
Invoke ( string APIName, Type t ) : Delegate

비공개 메소드들

메소드 설명
FormatMessage ( int flag, IntPtr &source, int msgid, int langid, string &buf, int size, IntPtr &args ) : int
FreeLibrary ( IntPtr hModule ) : bool
GetDllDirectory ( int bufSize, StringBuilder buf ) : int
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr
LoadLibraryEx ( string lpFileName, IntPtr hReservedNull, LoadLibraryFlags dwFlags ) : IntPtr
SetDllDirectory ( string lpPathName ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DllInvoke() 공개 메소드

public DllInvoke ( string DLLPath ) : System
DLLPath string
리턴 System

GetSysErrMsg() 공개 정적인 메소드

public static GetSysErrMsg ( int errCode ) : string
errCode int
리턴 string

Invoke() 공개 메소드

public Invoke ( string APIName, Type t ) : Delegate
APIName string
t System.Type
리턴 System.Delegate