DkmDisassembledInstruction.RegisterOperands 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示反汇编指令中的任何寄存器参数的 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)