Class CoreDump
Inheritance
System.Object
CoreDump
Assembly: Cosmos.Debug.DebugConnectors.dll
Syntax
public class CoreDump : object
Constructors
|
Improve this Doc
View Source
CoreDump(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, Stack<UInt32>)
Declaration
public CoreDump(uint eax, uint ebx, uint ecx, uint edx, uint esi, uint edi, uint ebp, uint esp, uint eip, Stack<uint> stackTrace)
Parameters
Type |
Name |
Description |
System.UInt32 |
eax |
|
System.UInt32 |
ebx |
|
System.UInt32 |
ecx |
|
System.UInt32 |
edx |
|
System.UInt32 |
esi |
|
System.UInt32 |
edi |
|
System.UInt32 |
ebp |
|
System.UInt32 |
esp |
|
System.UInt32 |
eip |
|
Stack<System.UInt32> |
stackTrace |
|
Properties
|
Improve this Doc
View Source
EAX
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
EBP
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
EBX
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ECX
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
EDI
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
EDX
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
EIP
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ESI
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ESP
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
StackTrace
Declaration
public Stack<uint> StackTrace { get; }
Property Value
Type |
Description |
Stack<System.UInt32> |
|