CodeGenerator::GenerateCompileUnit Method (CodeCompileUnit^)

 

Generates code for the specified compile unit.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateCompileUnit(
	CodeCompileUnit^ e
)

Parameters

e
Type: System.CodeDom::CodeCompileUnit^

The compile unit to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: