DkmInstructionAddress.GetSymbol Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit un DkmInstructionAddress en DkmInstructionSymbol. Si le DkmInstructionAddress n’est pas dans un DkmModule, GetSymbol retourne null (S_FALSE en code natif).
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetSymbol();
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetSymbol();
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol GetSymbol();
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol GetSymbol ();
member this.GetSymbol : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol
Public Function GetSymbol () As DkmInstructionSymbol
Retours
[Out, optional] DkmInstructionSymbol représente une méthode dans le processus cible.