프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateArrayMarshaler | MarshalArrayReader |
||
GetContextSize | int | ||
GetNativeStructureSize | uint | ||
PtrToStructure | |||
ReadBytes | byte[] | ||
ReadWowX64Structure | |||
ReadX64Structure | |||
ReadX86Structure | |||
StructureToPtr | void | ||
ThreadContext | CsDebugScript.Engine.Marshaling | ||
ThreadContext | CsDebugScript.Engine.Marshaling |
메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
메소드 | 설명 | |
---|---|---|
CreateArrayMarshaler ( |
Creates the array marshaler.
|
|
GetContextSize ( |
Gets the size of the context.
|
|
GetNativeStructureSize ( |
Gets the size of the native structure.
|
|
PtrToStructure ( |
Converts from native structure to managed object.
|
|
ReadBytes ( |
Reads the structure bytes.
|
|
ReadWowX64Structure ( |
Reads the WoW X64 structure.
|
|
ReadX64Structure ( |
Reads the X64 structure.
|
|
ReadX86Structure ( |
Reads the X86 structure.
|
|
StructureToPtr ( |
Converts from managed object to native structure.
|
|
ThreadContext ( ) : CsDebugScript.Engine.Marshaling |
Prevents a default instance of the ThreadContext class from being created.
|
|
ThreadContext ( ulong instructionPointer, ulong stackPointer, ulong framePointer ) : CsDebugScript.Engine.Marshaling |
Initializes a new instance of the ThreadContext class.
|