ICorDebugILFrame.GetStackRange(UInt64, UInt64) Method
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.
public:
void GetStackRange([Runtime::InteropServices::Out] System::UInt64 % pStart, [Runtime::InteropServices::Out] System::UInt64 % pEnd);
public void GetStackRange (out ulong pStart, out ulong pEnd);
abstract member GetStackRange : uint64 * uint64 -> unit
Public Sub GetStackRange (ByRef pStart As ULong, ByRef pEnd As ULong)
Parameters
- pStart
- UInt64
- pEnd
- UInt64