CodeWriter Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.CodeWriter
    System.Web.Razor.Generator.BaseCodeWriter

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public MustInherit Class CodeWriter _
    Implements IDisposable
'Usage
Dim instance As CodeWriter
public abstract class CodeWriter : IDisposable
public ref class CodeWriter abstract : IDisposable
public abstract class CodeWriter implements IDisposable

The CodeWriter type exposes the following members.

Constructors

  Name Description
Protected method CodeWriter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property Content This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property InnerWriter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Clear This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Dispose() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method Dispose(Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitEndConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitEndLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitEndLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitEndMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitStartConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitStartLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitStartLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method EmitStartMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToStatement This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)
Public method ToTypeMember This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteEndConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteEndLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteEndLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteEndMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteEndStatement This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteHelperHeaderPrefix This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteHelperHeaderSuffix This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteHelperTrailer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteHiddenLinePragma This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteIdentifier This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteLinePragma This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteParameterSeparator This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteReturn This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteSnippet This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStartAssignment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStartConstructor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStartLambdaDelegate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStartLambdaExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStartMethodInvoke This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteStringLiteral This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace