Share via


IDirectiveProcessorMetadata Interface

Definition

Metadata provided by DirectiveProcessors. Hosts that want to import DPs via MEF can consume this standard metadata.

public interface class IDirectiveProcessorMetadata
public interface IDirectiveProcessorMetadata
type IDirectiveProcessorMetadata = interface
Public Interface IDirectiveProcessorMetadata

Properties

ProcessorName

Public name of the processor. Used to resolve the processor for a simple host.

SupportedDirectives

Set of directives supported by the processor. Used by more complex hosts to support anonymous directive processors

Applies to