LayerD CodeDOM and Zoe Compiler interface
XplLayerDZoeProgramConfig Constructor (n_name, n_moduleType, n_defaultPlatform, n_mainProcedureFileName, n_defaultOutputFileName, n_SourceFile, n_OutputPlatform, n_ProgramRequirements)
NamespacesLayerD.CodeDOMXplLayerDZoeProgramConfigXplLayerDZoeProgramConfig(String, XplLayerDZoeProgramModuletype_enum, String, String, String, XplNodeList, XplNodeList, XplLayerDZoeProgramRequirements)

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

Initializes a new instance of the XplLayerDZoeProgramConfig class.
Declaration Syntax
C#Visual BasicVisual C++
public XplLayerDZoeProgramConfig(
	string n_name,
	XplLayerDZoeProgramModuletype_enum n_moduleType,
	string n_defaultPlatform,
	string n_mainProcedureFileName,
	string n_defaultOutputFileName,
	XplNodeList n_SourceFile,
	XplNodeList n_OutputPlatform,
	XplLayerDZoeProgramRequirements n_ProgramRequirements
)
Public Sub New ( _
	n_name As String, _
	n_moduleType As XplLayerDZoeProgramModuletype_enum, _
	n_defaultPlatform As String, _
	n_mainProcedureFileName As String, _
	n_defaultOutputFileName As String, _
	n_SourceFile As XplNodeList, _
	n_OutputPlatform As XplNodeList, _
	n_ProgramRequirements As XplLayerDZoeProgramRequirements _
)
public:
XplLayerDZoeProgramConfig(
	String^ n_name, 
	XplLayerDZoeProgramModuletype_enum n_moduleType, 
	String^ n_defaultPlatform, 
	String^ n_mainProcedureFileName, 
	String^ n_defaultOutputFileName, 
	XplNodeList^ n_SourceFile, 
	XplNodeList^ n_OutputPlatform, 
	XplLayerDZoeProgramRequirements^ n_ProgramRequirements
)
Parameters
n_name (String)

[Missing <param> documentation for "n_name"]

n_moduleType (XplLayerDZoeProgramModuletype_enum)

[Missing <param> documentation for "n_moduleType"]

n_defaultPlatform (String)

[Missing <param> documentation for "n_defaultPlatform"]

n_mainProcedureFileName (String)

[Missing <param> documentation for "n_mainProcedureFileName"]

n_defaultOutputFileName (String)

[Missing <param> documentation for "n_defaultOutputFileName"]

n_SourceFile (XplNodeList)

[Missing <param> documentation for "n_SourceFile"]

n_OutputPlatform (XplNodeList)

[Missing <param> documentation for "n_OutputPlatform"]

n_ProgramRequirements (XplLayerDZoeProgramRequirements)

[Missing <param> documentation for "n_ProgramRequirements"]

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)