नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Represents a frame on the current stack.
Methods
| Method | Description |
|---|---|
| CreateStepper Method | Gets an ICorDebugStepper to perform stepping operations relative to this ICorDebugFrame. |
| GetCallee Method | Gets a pointer to the ICorDebugFrame in the current chain that this frame called, or returns null if this is the innermost frame in the chain. |
| GetCaller Method | Gets a pointer to the ICorDebugFrame in the current chain that called this frame, or returns null if this is the outermost frame in the chain. |
| GetChain Method | Gets a pointer to the ICorDebugChain this ICorDebugFrame is a part of. |
| GetCode Method | Gets a pointer to the ICorDebugCode associated with this stack frame. |
| GetFunction Method | Gets a pointer to the ICorDebugFunction that contains the code associated with this stack frame. |
| GetFunctionToken Method | Gets the metadata token for the function that contains the code associated with this stack frame. |
| GetStackRange Method | Gets the absolute address range of the stack frame represented by this ICorDebugFrame. |
Remarks
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहां आप मुद्दों को बना सकते हैं और उनकी समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं। अधिक जानकारी के लिए, हमारी योगदानकर्ता मार्गदर्शिका देखें।