The properties of the CSharpCodeGenerator class are listed below. For a complete list of CSharpCodeGenerator class members, see the CSharpCodeGenerator Members topic.
CurrentClassName (inherited from CodeGenerator) | Gets or sets the current class name. |
CurrentMember (inherited from CodeGenerator) | Gets or sets the current member of the class. |
CurrentMemberName (inherited from CodeGenerator) | Gets or sets the current member name. |
CurrentNamespace (inherited from CodeGenerator) | Gets or sets the name of the current namespace. |
FileExtension | Gets or sets the file extension. |
Indent (inherited from CodeGenerator) | Gets or sets the amount of spaces to indent. |
IsCurrentClass (inherited from CodeGenerator) | Gets or sets a value indicating whether the current object represented is the current class. |
IsCurrentDelegate (inherited from CodeGenerator) | Gets or sets a value indicating whether the current object represented is the current delegate. |
IsCurrentEnum (inherited from CodeGenerator) | Gets or sets a value indicating whether the current object represented is the current enumeration. |
IsCurrentInterface (inherited from CodeGenerator) | Gets or sets a value indicating whether the current object represented is the current interface. |
IsCurrentStruct (inherited from CodeGenerator) | Gets or sets a value indicating whether the current object represented is the current structure. |
Output (inherited from CodeGenerator) | Gets or sets the TextWriter to use for output. |
SupportsAdvanced (inherited from CodeCompiler) | [To be supplied.] |
CSharpCodeGenerator Class | System.CodeDOM.Compiler Namespace