CompilerParameters Constructor (array<String^>^, String^)
.NET Framework (current version)
Initializes a new instance of the CompilerParameters class using the specified assembly names and output file name.
Assembly: System (in System.dll)
Parameters
- assemblyNames
-
Type:
array<System::String^>^
The names of the assemblies to reference.
- outputName
-
Type:
System::String^
The output file name.
SecurityAction::LinkDemand
for full trust for the immediate caller. This class cannot be used by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: