C# 클래스 CSharp___DllImport.DllImportCaller

파일 보기 프로젝트 열기: ApexHAB/apex-lumia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestructorInts int[]
lib IFileSystemIO

공개 메소드들

메소드 설명
FreeLibrarys ( ) : void
LastError ( ) : Win32ErrorCode
NativeMethodExists ( string dll, string method ) : NMethodE
lookupDll ( string dll ) : IntPtr
lookupMethod ( IntPtr dll, string method ) : IntPtr

비공개 메소드들

메소드 설명
DllImportCaller ( ) : System

메소드 상세

FreeLibrarys() 공개 정적인 메소드

public static FreeLibrarys ( ) : void
리턴 void

LastError() 공개 정적인 메소드

public static LastError ( ) : Win32ErrorCode
리턴 Win32ErrorCode

NativeMethodExists() 공개 정적인 메소드

public static NativeMethodExists ( string dll, string method ) : NMethodE
dll string
method string
리턴 NMethodE

lookupDll() 공개 정적인 메소드

public static lookupDll ( string dll ) : IntPtr
dll string
리턴 System.IntPtr

lookupMethod() 공개 정적인 메소드

public static lookupMethod ( IntPtr dll, string method ) : IntPtr
dll System.IntPtr
method string
리턴 System.IntPtr

프로퍼티 상세

DestructorInts 공개적으로 정적으로 프로퍼티

Filled on FreeLibrarys
public static int[] DestructorInts
리턴 int[]

lib 공개적으로 정적으로 프로퍼티

public static IFileSystemIO lib
리턴 IFileSystemIO