dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
ProcessInfo
ddebug
windows
windebug
Undocumented in source.
version(Windows && USE_WIN_DEBUG)
class
ProcessInfo :
ModuleInfo
{
HANDLE
hProcess
;
uint
processId
;
HANDLE
hThread
;
ulong
threadLocalBase
;
ulong
startAddress
;
this
(DEBUG_EVENT di);
}
Constructors
this
this
(DEBUG_EVENT di)
Undocumented in source.
Members
Variables
hProcess
HANDLE
hProcess
;
Undocumented in source.
hThread
HANDLE
hThread
;
Undocumented in source.
processId
uint
processId
;
Undocumented in source.
startAddress
ulong
startAddress
;
Undocumented in source.
threadLocalBase
ulong
threadLocalBase
;
Undocumented in source.
Inherited Members
From ModuleInfo
hFile
HANDLE
hFile
;
Undocumented in source.
baseOfImage
ulong
baseOfImage
;
Undocumented in source.
debugInfoFileOffset
ulong
debugInfoFileOffset
;
Undocumented in source.
debugInfoSize
ulong
debugInfoSize
;
Undocumented in source.
imageFileName
string
imageFileName
;
Undocumented in source.
Meta
Source
See Implementation
ddebug
windows
windebug
classes
DllInfo
ModuleInfo
ProcessInfo
WinDebugger
functions
getFileNameFromHandle