CompilerParameters Constructor
.NET Framework (current version)
Initializes a new instance of the CompilerParameters class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CompilerParameters() | Initializes a new instance of the CompilerParameters class. |
![]() | CompilerParameters(array<String^>^) | Initializes a new instance of the CompilerParameters class using the specified assembly names. |
![]() | CompilerParameters(array<String^>^, String^) | Initializes a new instance of the CompilerParameters class using the specified assembly names and output file name. |
![]() | CompilerParameters(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. |
Show:
