DkmILInstruction.UniqueId Property

Definition

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

public:
 property Guid UniqueId { Guid get(); };
public Guid UniqueId { get; }
member this.UniqueId : Guid
Public ReadOnly Property UniqueId As Guid

Property Value

Returns Guid.

Applies to