通过


Microsoft.VisualStudio.Debugger.FunctionResolution Namespace

Classes

Name Description
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

Name Description
DkmOnFunctionResolvedAsyncResult

Result of an asynchronous DkmRuntimeFunctionResolutionRequest.OnFunctionResolved call.

DkmOnResolverMessageAsyncResult

Result of an asynchronous DkmRuntimeFunctionResolutionRequest.OnResolverMessage call.

Enums

Name Description
DkmAddressSearchFlags

Flags which affect how a search should be performed.