C# Класс AIT.Tools.VisualStudioTextTransform.TemplateProcessor

/
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProcessSolution ( string solutionFileName, Options options ) : bool

/

ProcessTemplate ( DTE2 dte, string templateFileName, Options options ) : CompilerErrorCollection

/

ProcessTemplateInMemory ( DTE2 dte, string templateFileName, IVariableResolver resolver ) : VisualStudioTextTemplateHost>.Tuple

/

Приватные методы

Метод Описание
FindTemplates ( string p ) : IEnumerable

Описание методов

ProcessSolution() публичный статический Метод

/
public static ProcessSolution ( string solutionFileName, Options options ) : bool
solutionFileName string
options Options
Результат bool

ProcessTemplate() публичный статический Метод

/
public static ProcessTemplate ( DTE2 dte, string templateFileName, Options options ) : CompilerErrorCollection
dte DTE2
templateFileName string
options Options
Результат System.CodeDom.Compiler.CompilerErrorCollection

ProcessTemplateInMemory() публичный статический Метод

/
public static ProcessTemplateInMemory ( DTE2 dte, string templateFileName, IVariableResolver resolver ) : VisualStudioTextTemplateHost>.Tuple
dte DTE2
templateFileName string
resolver IVariableResolver
Результат VisualStudioTextTemplateHost>.Tuple