Freigeben über


DkmCustomInstructionAddress.Offset Property

Definition

Along with 'EntityId' the 'Offset' field is used to uniquely identity an instruction. This could hold a pointer value (such as a pointer to the instruction) or an offset from the start of the function/module.

public:
 property System::UInt64 Offset { System::UInt64 get(); };
public:
 property unsigned long long Offset { unsigned long long get(); };
public ulong Offset { get; }
member this.Offset : uint64
Public ReadOnly Property Offset As ULong

Property Value

Returns UInt64.

Applies to