CompilerParameters Constructor (array<String^>^, String^, Boolean)

 

Initializes a new instance of the CompilerParameters class using the specified assembly names, output name, and a value indicating whether to include debug information.

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

public:
CompilerParameters(
	array<String^>^ assemblyNames,
	String^ outputName,
	bool includeDebugInformation
)

Parameters

assemblyNames
Type: array<System::String^>^

The names of the assemblies to reference.

outputName
Type: System::String^

The output file name.

includeDebugInformation
Type: System::Boolean

true to include debug information; false to exclude debug information.

SecurityAction::LinkDemand

for full trust for the immediate caller. This class cannot be used by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: