IDkmCompiledInspectionQueryProcessor Interface

Definition

Provides execution of compiled inspection queries.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompiledInspectionQueryKind, CompilerVendorId, EngineId, LanguageId, RuntimeId.

public interface class IDkmCompiledInspectionQueryProcessor
public interface class IDkmCompiledInspectionQueryProcessor
__interface IDkmCompiledInspectionQueryProcessor
public interface IDkmCompiledInspectionQueryProcessor
type IDkmCompiledInspectionQueryProcessor = interface
Public Interface IDkmCompiledInspectionQueryProcessor

Methods

ExecuteQuery(DkmCompiledInspectionQuery, ReadOnlyCollection<DkmILParameterValue>, DkmILContext, UInt32, DkmFuncEvalFlags, DkmILFailureReason)

Executes a compiled inspection query and returns any results.

Applies to