C# Class Platform.Invoke.Windows.WindowsLibrary

Inheritance: LibraryBase
Show file Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
WindowsLibrary ( IntPtr moduleHandle, string libraryName ) : System

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

Method Details

WindowsLibrary() public method

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.
return System