T4Scaffolding.Core.Templating.DynamicTextTemplatingEngineHost.ResolveDirectiveProcessor C# (CSharp) Метод

ResolveDirectiveProcessor() публичный Метод

public ResolveDirectiveProcessor ( string processorName ) : Type
processorName string
Результат System.Type
        public Type ResolveDirectiveProcessor(string processorName) {
            // This host will not resolve any specific processors.
            throw new Exception("Directive Processor not found");
        }