DkmStackWalkFrame.SetNextStatement(DkmInstructionAddress) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Setnextdeyim, yığın çerçevesinin IP 'sini taşIar. Yığın çerçevesi, belirli bir iş parçacığında her zaman yaprak yığın çerçevesidir.
public:
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ NewStatement);
public:
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ NewStatement);
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & NewStatement);
public void SetNextStatement (Microsoft.VisualStudio.Debugger.DkmInstructionAddress NewStatement);
member this.SetNextStatement : Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> unit
Public Sub SetNextStatement (NewStatement As DkmInstructionAddress)
Parametreler
- NewStatement
- DkmInstructionAddress
'Ndaki Yürütülebilir kod konumunun soyut temsili (örn: EıP değeri). Çözümlenirse, bir yönerge adresi belirli bir modül örneği içinde olur. Yönerge adresi her zaman belirli bir çalışma zamanı örneği içinde bulunur.