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

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

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

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