C# Class Platform.Invoke.Windows.WindowsLibraryLoader

Inheritance: LibraryLoaderBase
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Méthode Description
WindowsLibraryLoader ( ) : System

Creates an instance of a Windows library loader.

Méthodes protégées

Méthode Description
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

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

Private Methods

Méthode Description
LoadLibrary ( [ filename ) : IntPtr

Method Details

CreateLibrary() protected méthode

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.
Résultat ILibrary

WindowsLibraryLoader() public méthode

Creates an instance of a Windows library loader.
public WindowsLibraryLoader ( ) : System
Résultat System