CompilerParameters Constructor

 

Initializes a new instance of the CompilerParameters class.

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

NameDescription
System_CAPS_pubmethodCompilerParameters()

Initializes a new instance of the CompilerParameters class.

System_CAPS_pubmethodCompilerParameters(array<String^>^)

Initializes a new instance of the CompilerParameters class using the specified assembly names.

System_CAPS_pubmethodCompilerParameters(array<String^>^, String^)

Initializes a new instance of the CompilerParameters class using the specified assembly names and output file name.

System_CAPS_pubmethodCompilerParameters(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.

Return to top
Show: