DkmDataAddress Class
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.
Represents an address in data.
Derived classes: DkmGPUDataAddress
public ref class DkmDataAddress
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmDataAddress
[Windows::Foundation::Metadata::WebHostHidden]
class DkmDataAddress
[System.Runtime.InteropServices.Guid("90d3adc4-f34b-4b9e-83d3-4ce6f6bcbde2")]
public class DkmDataAddress
[<System.Runtime.InteropServices.Guid("90d3adc4-f34b-4b9e-83d3-4ce6f6bcbde2")>]
type DkmDataAddress = class
Public Class DkmDataAddress
- Inheritance
-
DkmDataAddress
- Derived
- Attributes
Properties
InstructionAddress |
[Optional] Set when the data address is an instruction address. |
Process |
DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps. |
RuntimeInstance |
The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged. |
Value |
Data address. |
Methods
Create(DkmRuntimeInstance, UInt64, DkmInstructionAddress) |
Create a new DkmDataAddress object instance. |