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

[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,
	string outputFileName
)
Public Sub New ( _
	inputFileName As String, _
	outputFileName As String _
)
public:
CSZOERenderModule(
	String^ inputFileName, 
	String^ outputFileName
)
Parameters
inputFileName (String)
Name of the input file.
outputFileName (String)
Name of the output file.

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