C# 클래스 Platform.Invoke.Tests.TestLibraryLoader

상속: LibraryLoaderBase
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker 1 사용 예제들

공개 메소드들

메소드 설명
TestLibraryLoader ( IntPtr>.Func loadProc ) : System

보호된 메소드들

메소드 설명
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

메소드 상세

CreateLibrary() 보호된 메소드

protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr
libraryName string
리턴 ILibrary

TestLibraryLoader() 공개 메소드

public TestLibraryLoader ( IntPtr>.Func loadProc ) : System
loadProc IntPtr>.Func
리턴 System