DkmILParameterValue.IsByRef Property

Definition

If true, the inspection query to execute will receive a pseudo-address of the specified value, rather than the value itself. If false, the inspection query will directly receive the value as the specified parameter. For details on pseudo-addresses, see the DkmILPushLocalVariablePseudoAddress instruction.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property bool IsByRef { bool get(); };
public:
 property bool IsByRef { bool get(); };
public bool IsByRef { get; }
member this.IsByRef : bool
Public ReadOnly Property IsByRef As Boolean

Property Value

Applies to