Show / Hide Table of Contents

Class Engine

Inheritance
System.Object
Engine
Implements
ITextTemplatingEngine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: cs.temp.dll.dll
Syntax
[Obsolete("Use Mono.TextTemplating.TemplatingEngine directly")]
public class Engine : ITextTemplatingEngine

Fields

CacheAssembliesOptionString

Declaration
public const string CacheAssembliesOptionString = "CacheAssemblies"
Field Value
Type Description
System.String

Methods

PreprocessTemplate(String, ITextTemplatingEngineHost, String, String, out String, out String[])

Declaration
public string PreprocessTemplate(string content, ITextTemplatingEngineHost host, string className, string classNamespace, out string language, out string[] references)
Parameters
Type Name Description
System.String content
ITextTemplatingEngineHost host
System.String className
System.String classNamespace
System.String language
System.String[] references
Returns
Type Description
System.String

ProcessTemplate(String, ITextTemplatingEngineHost)

Declaration
public string ProcessTemplate(string content, ITextTemplatingEngineHost host)
Parameters
Type Name Description
System.String content
ITextTemplatingEngineHost host
Returns
Type Description
System.String

Implements

ITextTemplatingEngine
In This Article
Back to top Copyright FasterGames ©