IDkmGroupCompiledInspectionQueryProcessor Interface
Definition
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.
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. |