NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeCompiler Properties

The properties of the CodeCompiler class are listed below. For a complete list of CodeCompiler class members, see the CodeCompiler Members topic.

Protected:

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 [To be supplied.]
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 [To be supplied.]

See Also

CodeCompiler Class | System.CodeDOM.Compiler Namespace