C# 클래스 Platform.Invoke.Windows.WindowsLibraryLoader

상속: LibraryLoaderBase
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 메소드들

메소드 설명
WindowsLibraryLoader ( ) : System

Creates an instance of a Windows library loader.

보호된 메소드들

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

Creates an implementation of a Windows library using the specified module handle and library name.

비공개 메소드들

메소드 설명
LoadLibrary ( [ filename ) : IntPtr

메소드 상세

CreateLibrary() 보호된 메소드

Creates an implementation of a Windows library using the specified module handle and library name.
protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr Operating system provided module handle.
libraryName string Name of the loaded library.
리턴 ILibrary

WindowsLibraryLoader() 공개 메소드

Creates an instance of a Windows library loader.
public WindowsLibraryLoader ( ) : System
리턴 System