ICorDebugFrame.GetStackRange(UInt64, UInt64) Method

Definition

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

Applies to