C# Class Platform.Invoke.Windows.WindowsLibraryLoader

Inheritance: LibraryLoaderBase
Datei anzeigen Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
WindowsLibraryLoader ( ) : System

Creates an instance of a Windows library loader.

Protected Methods

Method Description
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

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

Private Methods

Method Description
LoadLibrary ( [ filename ) : IntPtr

Method Details

CreateLibrary() protected method

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

WindowsLibraryLoader() public method

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