DkmDisassembledInstruction.RegisterOperands 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.
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>.