CanonicalFrameAddress Type
Represents the CFA, machine-independent representation of the current frame address. For example, (esp+8) on x86.
Union cases
Union case | Description |
|
|
|
|
Full Usage:
UnknownCFA
|
Instance members
Instance member | Description |
Full Usage:
this.IsExpression
Returns: bool
|
|
Full Usage:
this.IsRegPlusOffset
Returns: bool
|
|
Full Usage:
this.IsUnknownCFA
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
CanonicalFrameAddress.ToString(regFactory, cfa)
Parameters:
IRegisterFactory
cfa : CanonicalFrameAddress
Returns: string
|