DkmMCppMethodScope.ILRange 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.
The range of IL offsets within the method for which this scope is valid.
This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).
public:
property Microsoft::VisualStudio::Debugger::Clr::DkmILRange ILRange { Microsoft::VisualStudio::Debugger::Clr::DkmILRange get(); };
public:
property Microsoft::VisualStudio::Debugger::Clr::DkmILRange ILRange { Microsoft::VisualStudio::Debugger::Clr::DkmILRange get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmILRange ILRange { get; }
member this.ILRange : Microsoft.VisualStudio.Debugger.Clr.DkmILRange
Public ReadOnly Property ILRange As DkmILRange