The InMemoryCodeTemplateInfo type exposes the following members.

Constructors

  NameDescription
Public methodInMemoryCodeTemplateInfo
Initializes a new instance of the InMemoryCodeTemplateInfo class

Methods

  NameDescription
Public methodDispose()()()() (Inherited from DisposableBase.)
Protected methodDispose(Boolean) (Inherited from DisposableBase.)
Protected methodDisposeManagedResources (Inherited from DisposableBase.)
Protected methodDisposeUnmanagedResources (Inherited from DisposableBase.)
Protected methodEnsureTemplateInfo (Inherited from CodeTemplateInfo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from DisposableBase.)
Public methodGetContent (Overrides CodeTemplateInfo..::..GetContent()()()().)
Protected methodGetFileInfo (Inherited from CodeTemplateInfo.)
Public methodGetHashCode
Gets the hash code based on the template dependencies.
(Inherited from CodeTemplateInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLanguageChanged (Inherited from CodeTemplateInfo.)
Public methodRefresh (Inherited from CodeTemplateInfo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_assemblyDependencies (Inherited from CodeTemplateInfo.)
Protected field_codeBehind (Inherited from CodeTemplateInfo.)
Protected field_compilerVersion (Inherited from CodeTemplateInfo.)
Protected field_dateCreated (Inherited from CodeTemplateInfo.)
Protected field_dateModified (Inherited from CodeTemplateInfo.)
Protected field_description (Inherited from CodeTemplateInfo.)
Protected field_directoryName (Inherited from CodeTemplateInfo.)
Protected field_fileContent (Inherited from CodeTemplateInfo.)
Protected field_fileDependencies (Inherited from CodeTemplateInfo.)
Protected field_fileName (Inherited from CodeTemplateInfo.)
Protected field_fullPath (Inherited from CodeTemplateInfo.)
Protected field_hashCode (Inherited from CodeTemplateInfo.)
Protected field_inMemory (Inherited from CodeTemplateInfo.)
Protected field_language (Inherited from CodeTemplateInfo.)
Protected field_outputType (Inherited from CodeTemplateInfo.)
Protected field_targetLanguage (Inherited from CodeTemplateInfo.)
Protected field_templateEncoding (Inherited from CodeTemplateInfo.)
Protected field_templateInfoRetrieved (Inherited from CodeTemplateInfo.)

Properties

  NameDescription
Public propertyAssemblyDependencies (Inherited from CodeTemplateInfo.)
Public propertyCodeBehind (Inherited from CodeTemplateInfo.)
Public propertyCodeSmithVersion (Inherited from CodeTemplateInfo.)
Public propertyCompilerVersion (Inherited from CodeTemplateInfo.)
Public propertyContentHashCode
Gets the hash code based on the template content and all template Dependencies.
(Inherited from CodeTemplateInfo.)
Public propertyDateCreated
Gets the date the template was created.
(Inherited from CodeTemplateInfo.)
Public propertyDateModified
Gets the date the template was modified.
(Inherited from CodeTemplateInfo.)
Public propertyDescription
Gets the description.
(Inherited from CodeTemplateInfo.)
Public propertyDirectoryName
Gets the name of the directory the template is located in.
(Inherited from CodeTemplateInfo.)
Public propertyFileDependencies (Inherited from CodeTemplateInfo.)
Public propertyFileName
Gets the name of the template file.
(Inherited from CodeTemplateInfo.)
Public propertyFullPath
Gets the full path to the template.
(Inherited from CodeTemplateInfo.)
Public propertyInMemory (Inherited from CodeTemplateInfo.)
Public propertyLanguage
Gets the template language.
(Inherited from CodeTemplateInfo.)
Public propertyOutputType
Gets the type of the output for this template.
(Inherited from CodeTemplateInfo.)
Public propertyTargetLanguage
Gets the target language.
(Inherited from CodeTemplateInfo.)
Public propertyTemplateEncoding
Gets the response encoding.
(Inherited from CodeTemplateInfo.)

Events

  NameDescription
Public eventLanguageChanged (Inherited from CodeTemplateInfo.)

See Also