DkmSymbolFunctionResolutionRequest.Resolve 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.
Resolve an address string to zero or more address symbols. This is used to bind function breakpoints.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ Resolve();
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ Resolve();
std::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol const &> Resolve();
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol[] Resolve ();
member this.Resolve : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol[]
Public Function Resolve () As DkmInstructionSymbol()
Returns
[Out] DkmInstructionSymbol[] represents a method in the target process.