IDkmManagedSteppingCodePathProvider.GetCodePathsInRange Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Getcodepathsınrange, belirli Il aralığındaki kod yollarını almak için çağrılır.
public:
cli::array <Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^> ^ GetCodePathsInRange(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ corFrame, System::UInt32 startILOffset, System::UInt32 endILOffset);
public Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath[] GetCodePathsInRange (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame corFrame, uint startILOffset, uint endILOffset);
abstract member GetCodePathsInRange : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame * uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath[]
Public Function GetCodePathsInRange (runtimeInstance As DkmRuntimeInstance, corFrame As ICorDebugFrame, startILOffset As UInteger, endILOffset As UInteger) As DkmSteppingCodePath()
Parametreler
- runtimeInstance
- DkmRuntimeInstance
'Ndaki Dkmruntimeınstance sınıfı, bir DkmProcess öğesine yüklenen ve ayıklanacak kodu içeren bir yürütme ortamını temsil eder.
- corFrame
- ICorDebugFrame
'Ndaki Kod yollarını sorgulamak için ICorDebugFrame.
- startILOffset
- UInt32
'Ndaki Sorgu başlangıç Il konumunu (dahil) belirtir.
- endILOffset
- UInt32
'Ndaki Her ikisi de dahil olmak üzere, sorgu son Il sapmasını belirtir.
Döndürülenler
Dışı DkmSteppingCodePath [], kullanıcının geçerli konumdan adımla bir konum temsil eder.