DkmDisassembledInstruction.RegisterOperands Property

Definition

A read only collection of CV constants representing any register arguments in the disassembled instruction.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ RegisterOperands { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> RegisterOperands { get; }
member this.RegisterOperands : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property RegisterOperands As ReadOnlyCollection(Of Integer)

Property Value

Returns ReadOnlyCollection<T>.

Applies to