DkmStackMemoryRange(UInt64, UInt64) Oluşturucu

Tanım

Yeni bir DkmStackMemoryRange değeri başlatın.

public:
 DkmStackMemoryRange(System::UInt64 StackBase, System::UInt64 StackLimit);
public:
 DkmStackMemoryRange(unsigned long long StackBase, unsigned long long StackLimit);
 DkmStackMemoryRange(unsigned long StackBase, unsigned long StackLimit);
public DkmStackMemoryRange (ulong StackBase, ulong StackLimit);
new Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange : uint64 * uint64 -> Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange
Public Sub New (StackBase As ULong, StackLimit As ULong)

Parametreler

StackBase
UInt64

'Ndaki Bu iş parçacığının yığınının başladığı adres. Yığınlar Windows 'da büyüdükçe, bu değer sınırdan daha büyük olacaktır.

StackLimit
UInt64

'Ndaki Yığın aralığında ayrılan minimum adres.

Şunlara uygulanır