DkmILRange Struct

Definition

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.

Applies to