DkmDisassembledInstruction.RegisterOperands 属性

定义

表示反汇编指令中的任何寄存器参数的 CV 常量的只读集合。

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)

属性值

ReadOnlyCollection<Int32>

返回 ReadOnlyCollection<T>

适用于