DkmDisassembledInstruction.FormattedOperands Property

Definition

The operands for this instruction including resolved symbol names. If nothing is resolved, this is the same as RawOperands.

public:
 property System::String ^ FormattedOperands { System::String ^ get(); };
public:
 property Platform::String ^ FormattedOperands { Platform::String ^ get(); };
public string FormattedOperands { get; }
member this.FormattedOperands : string
Public ReadOnly Property FormattedOperands As String

Property Value

Returns String.

Applies to