dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
DllInfo
ddebug
windows
windebug
Undocumented in source.
version(Windows && USE_WIN_DEBUG)
class
DllInfo :
ModuleInfo
{
ProcessInfo
process
;
this
(ProcessInfo baseProcess, DEBUG_EVENT di);
}
Constructors
this
this
(ProcessInfo baseProcess, DEBUG_EVENT di)
Undocumented in source.
Members
Variables
process
ProcessInfo
process
;
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