DkmILRange Struct
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.
Describes a range of IL instructions within a method.
public value class DkmILRange
public value class DkmILRange
struct DkmILRange
[System.Runtime.InteropServices.Guid("0dc8d999-b496-cd95-0469-06d11d4d8b23")]
public struct DkmILRange
[<System.Runtime.InteropServices.Guid("0dc8d999-b496-cd95-0469-06d11d4d8b23")>]
type DkmILRange = struct
Public Structure DkmILRange
- Inheritance
-
DkmILRange
- Attributes
Constructors
DkmILRange(UInt32, UInt32) |
Initialize a new DkmILRange value. |
Fields
EndOffset |
Ending IL offset of the range. |
StartOffset |
Beginning IL offset the range. |