DkmCustomInstructionSymbol.EntityId 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.
[Optional] This is a runtime-specific data structure which custom runtimes may use to store the location of this instruction. Along with 'offset', this field will used to compare two instructions from the same module.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ EntityId { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> EntityId { 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)
Property Value
Returns ReadOnlyCollection<T>.