C# Класс Microsoft.WinAny.WinBase

Показать файл Открыть проект

Приватные методы

Метод Описание
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, byte lpProcName ) : IntPtr
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpLibFileName ) : IntPtr
VirtualAlloc ( IntPtr lpAddress, uint dwSize, uint flAllocationType, uint flProtect ) : IntPtr
VirtualFree ( IntPtr lpAddress, uint dwSize, uint dwFreeType ) : bool
VirtualProtect ( IntPtr lpAddress, uint dwSize, uint flNewProtect, uint lpflOldProtect ) : bool