Condividi tramite


ITextTemplatingEngineHost.ResolveDirectiveProcessor(String) Method

Definition

Returns the type of a directive processor, given its friendly name.

public:
 Type ^ ResolveDirectiveProcessor(System::String ^ processorName);
public Type ResolveDirectiveProcessor (string processorName);
abstract member ResolveDirectiveProcessor : string -> Type
Public Function ResolveDirectiveProcessor (processorName As String) As Type

Parameters

processorName
String

The name of the directive processor to be resolved.

Returns

The Type of the directive processor.

Applies to