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

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

공개 메소드들

메소드 설명
WindowsLibrary ( IntPtr moduleHandle, string libraryName ) : System

Creates a new instance of a Windows library using the specified module handle and library name.

메소드 상세

WindowsLibrary() 공개 메소드

Creates a new instance of a Windows library using the specified module handle and library name.
public WindowsLibrary ( IntPtr moduleHandle, string libraryName ) : System
moduleHandle System.IntPtr operating system provided module handle.
libraryName string Name of the loaded library.
리턴 System