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 | |
|---|---|---|
![]() |
CodeWriter | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Content | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
InnerWriter | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clear | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Dispose() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Dispose(Boolean) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitEndConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitEndLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitEndLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitEndMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitStartConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitStartLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitStartLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
EmitStartMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToStatement | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
ToString | (Inherited from Object.) |
![]() |
ToTypeMember | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteEndConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteEndLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteEndLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteEndMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteEndStatement | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteHelperHeaderPrefix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteHelperHeaderSuffix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteHelperTrailer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteHiddenLinePragma | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteIdentifier | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteLinePragma | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteParameterSeparator | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteReturn | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteSnippet | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteStartAssignment | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteStartConstructor | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteStartLambdaDelegate | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteStartLambdaExpression | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
WriteStartMethodInvoke | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
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.
.gif)
.gif)
.gif)