DkmSteppingCodePath 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.
DkmSteppingCodePath represents a location that user can step to from current location.
public ref class DkmSteppingCodePath
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmSteppingCodePath
[Windows::Foundation::Metadata::WebHostHidden]
class DkmSteppingCodePath
[System.Runtime.InteropServices.Guid("14c9f40d-f492-532e-ea75-f0d1ab0e9fff")]
public class DkmSteppingCodePath
[<System.Runtime.InteropServices.Guid("14c9f40d-f492-532e-ea75-f0d1ab0e9fff")>]
type DkmSteppingCodePath = class
Public Class DkmSteppingCodePath
- Inheritance
-
DkmSteppingCodePath
- Attributes
Properties
AdditionalData |
[Optional] Additional data about the code path. Meaning is implementation specific. |
CodePathOffset |
For managed this represents the IL offset to call instruction. For native it is the RVA of the call instruction. |
EndOffset |
Represents end offset for current step unit. |
Name |
The string that represents a possible code path user can select. |
Methods
Create(String, Int32, Int32, ReadOnlyCollection<Byte>) |
Create a new DkmSteppingCodePath object instance. |