DkmCustomInstructionAddress.Offset 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.
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.