DkmRuntimeInstance.GetCodePathsInRange(ICorDebugFrame, UInt32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
GetCodePathsInRange est appelé pour recevoir des chemins de code dans une plage IL spécifique.
Contrainte d’emplacement : elle doit uniquement être appelée côté serveur.
Cette API a été introduite dans Visual Studio 12 RTM (DkmApiVersion. VS12RTM).
public:
cli::array <Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^> ^ GetCodePathsInRange(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ CorFrame, System::UInt32 StartILOffset, System::UInt32 EndILOffset);
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^> ^ GetCodePathsInRange(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ CorFrame, unsigned int StartILOffset, unsigned int EndILOffset);
std::Array <Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath const &> GetCodePathsInRange(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame const & CorFrame, unsigned int StartILOffset, unsigned int EndILOffset);
public Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath[] GetCodePathsInRange (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame CorFrame, uint StartILOffset, uint EndILOffset);
member this.GetCodePathsInRange : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame * uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath[]
Public Function GetCodePathsInRange (CorFrame As ICorDebugFrame, StartILOffset As UInteger, EndILOffset As UInteger) As DkmSteppingCodePath()
Paramètres
- CorFrame
- ICorDebugFrame
Dans ICorDebugFrame à interroger pour les chemins de code.
- StartILOffset
- UInt32
Dans Spécifie l’offset IL de début de requête, inclus.
- EndILOffset
- UInt32
Dans Spécifie l’offset IL de fin de requête, inclus.
Retours
À DkmSteppingCodePath [] représente un emplacement dans lequel l’utilisateur peut effectuer un pas à pas à partir de l’emplacement actuel.