Click or drag to resize

ProjectConfiguration Constructor (String, String, Boolean, ProjectDebugTypes, Boolean, String, Project)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Configuration(
	string name,
	string platform,
	bool debugSymbols,
	ProjectDebugTypes debugType,
	bool optimize,
	string defineConstants,
	Project parentProject = null
)

Parameters

name
Type: SystemString
platform
Type: SystemString
debugSymbols
Type: SystemBoolean
debugType
Type: Nova.CodeDOMProjectDebugTypes
optimize
Type: SystemBoolean
defineConstants
Type: SystemString
parentProject (Optional)
Type: Nova.CodeDOMProject
See Also