IDkmGroupCompiledInspectionQueryProcessor Interface

Definition

Used to execute compiled group expression processing.

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 IDkmGroupCompiledInspectionQueryProcessor
public interface class IDkmGroupCompiledInspectionQueryProcessor
__interface IDkmGroupCompiledInspectionQueryProcessor
public interface IDkmGroupCompiledInspectionQueryProcessor
type IDkmGroupCompiledInspectionQueryProcessor = interface
Public Interface IDkmGroupCompiledInspectionQueryProcessor

Methods

ExecuteQueryOnThreads(DkmCompiledILInspectionQuery, DkmILContext, ReadOnlyCollection<UInt64>, ReadOnlyCollection<DkmILParameterValueCollection>)

Executes a compiled inspection query and returns any results.

Applies to