Show / Hide Table of Contents

Class CompiledTemplate

Inheritance
System.Object
CompiledTemplate
Implements
System.IDisposable
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: Mono.TextTemplating
Assembly: cs.temp.dll.dll
Syntax
public sealed class CompiledTemplate : IDisposable

Constructors

CompiledTemplate(ITextTemplatingEngineHost, CompilerResults, String, CultureInfo, String[])

Declaration
public CompiledTemplate(ITextTemplatingEngineHost host, CompilerResults results, string fullName, CultureInfo culture, string[] assemblyFiles)
Parameters
Type Name Description
ITextTemplatingEngineHost host
CompilerResults results
System.String fullName
CultureInfo culture
System.String[] assemblyFiles

Methods

Dispose()

Declaration
public void Dispose()

Process()

Declaration
public string Process()
Returns
Type Description
System.String

Implements

System.IDisposable
In This Article
Back to top Copyright FasterGames ©