C# Класс Platform.Invoke.Windows.WindowsLibraryLoader

Наследование: LibraryLoaderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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