LayerD CodeDOM and Zoe Compiler interface
CSZOERenderModule Constructor (inputFileName, newFilePerClass)
NamespacesLayerD.OutputModulesCSZOERenderModuleCSZOERenderModule(String, Boolean)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CSZOERenderModule class.
Declaration Syntax
C#Visual BasicVisual C++
public CSZOERenderModule(
	string inputFileName,
	bool newFilePerClass
)
Public Sub New ( _
	inputFileName As String, _
	newFilePerClass As Boolean _
)
public:
CSZOERenderModule(
	String^ inputFileName, 
	bool newFilePerClass
)
Parameters
inputFileName (String)
Name of the input file.
newFilePerClass (Boolean)
if set to true a new file per class is created.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)