C# Class Vector.Win32.Kernel

Kernel binding for .NET, implementing Windows-specific kernel functionality.
Binds functions and definitions in kernel32.dll.
Afficher le fichier Open project: sinclairzx81/vector-cs

Private Methods

Méthode Description
Beep ( int frequency, int duration ) : bool
FreeLibrary ( IntPtr moduleHandle ) : bool
GetDllDirectory ( int bufferLength, [ buffer ) : int
GetModuleFileName ( IntPtr module, [ fileName, int size ) : int
GetModuleHandle ( string moduleName ) : IntPtr
GetProcAddress ( IntPtr module, string processName ) : IntPtr
GetProcessWorkingSetSize ( IntPtr process, int &minimumWorkingSetSize, int &maximumWorkingSetSize ) : bool
GetSystemDirectory ( [ buffer, int size ) : int
GetSystemInfo ( SYSTEM_INFO &systemInfo ) : void
GetSystemWindowsDirectory ( [ buffer, int size ) : int
GetTickCount ( ) : int
GetWindowsDirectory ( [ buffer, int size ) : int
GlobalMemoryStatus ( MEMORYSTATUS &buffer ) : void
IsProcessorFeaturePresent ( int processorFeature ) : bool
LoadLibrary ( string fileName ) : IntPtr
QueryPerformanceCounter ( long &performanceCount ) : bool
QueryPerformanceCounterFast ( long &performanceCount ) : int
QueryPerformanceFrequency ( long &frequency ) : bool
SetDllDirectory ( string pathName ) : bool
SetProcessWorkingSetSize ( IntPtr process, int minimumWorkingSetSize, int maximumWorkingSetSize ) : bool