DkmCustomInstructionSymbol.EntityId 属性

定义

可有可无这是特定于运行时的数据结构,自定义运行时可使用该结构来存储此指令的位置。 除了 "偏移量",此字段还用于比较同一个模块中的两个指令。

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

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于