DkmCustomInstructionAddress.EntityId Property

Definition

[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>.

Applies to