C# Class Kudu.Core.Infrastructure.ProcessExtensions.ProcessNativeMethods

Mostra file Open project: projectkudu/kudu

Private Methods

Method Description
IsWow64Process ( IntPtr hProcess, [ wow64Process ) : bool
NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, IntPtr &processInformation, int processInformationLength, int &returnLength ) : int
NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ProcessInformation &processInformation, int processInformationLength, int &returnLength ) : int
OpenProcessToken ( IntPtr hProcess, UInt32 dwDesiredAccess, IntPtr &processToken ) : bool
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, IntPtr &lpPtr, IntPtr dwSize, IntPtr &lpNumberOfBytesRead ) : bool
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, UNICODE_STRING &lpBuffer, IntPtr dwSize, IntPtr lpNumberOfBytesRead ) : bool
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, UNICODE_STRING_32 &lpBuffer, IntPtr dwSize, IntPtr lpNumberOfBytesRead ) : bool
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, IntPtr dwSize, IntPtr &lpNumberOfBytesRead ) : bool
VirtualQueryEx ( IntPtr hProcess, IntPtr lpAddress, MEMORY_BASIC_INFORMATION &lpBuffer, IntPtr dwLength ) : IntPtr