DkmILEvaluationResult.IsPseudoAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, indicates that the IL result is a pseudo-address, rather than an actual value. The ResultBytes property of a pseudo-address will be the bytes of the local variable that the pseudo-address refers to, excluding any bytes prior to the offset of the pseudo-address. The ResultBytes property of a pseudo-address will be empty if the backing local variable does not exist, is another pseudo-address, or is capturing fewer bytes than the byte offset of the current pseudo-address. For details on pseudo-addresses, see the DkmILPushLocalVariablePseudoAddress function.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property bool IsPseudoAddress { bool get(); };
public:
property bool IsPseudoAddress { bool get(); };
public bool IsPseudoAddress { get; }
member this.IsPseudoAddress : bool
Public ReadOnly Property IsPseudoAddress As Boolean