Microsoft.VisualStudio.Debugger.FunctionResolution Namespace

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.