C# 클래스 Microsoft.WinAny.WinBase

파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

비공개 메소드들

메소드 설명
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