Microsoft.VisualStudio.Debugger.FunctionResolution Namespace
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.
Classes
DkmRuntimeFunctionResolutionRequest |
DkmRuntimeFunctionResolutionRequest represents an expression to be parsed and evaluated by a runtime based expression evaluator and is bound to a particular process. Resolutions will send DkmModuleInstance::FunctionResolved events. |
DkmSymbolFunctionResolutionRequest |
DkmSymbolFunctionResolutionRequest represents an expression to be parsed and evaluated by a symbol based expression evaluator and is not bound to a particular process. Used to perform function breakpoint binds. |
Structs
DkmOnFunctionResolvedAsyncResult |
Result of an asynchronous DkmRuntimeFunctionResolutionRequest.OnFunctionResolved call. |
DkmOnResolverMessageAsyncResult |
Result of an asynchronous DkmRuntimeFunctionResolutionRequest.OnResolverMessage call. |
Enums
DkmAddressSearchFlags |
Flags which affect how a search should be performed. |