CompilationOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CompilationOptions(System::Collections::Generic::IEnumerable<System::String ^> ^ defines, System::String ^ languageVersion, System::String ^ platform, Nullable<bool> allowUnsafe, Nullable<bool> warningsAsErrors, Nullable<bool> optimize, System::String ^ keyFile, Nullable<bool> delaySign, Nullable<bool> publicSign, System::String ^ debugType, Nullable<bool> emitEntryPoint, Nullable<bool> generateXmlDocumentation);
public CompilationOptions (System.Collections.Generic.IEnumerable<string?> defines, string? languageVersion, string? platform, bool? allowUnsafe, bool? warningsAsErrors, bool? optimize, string? keyFile, bool? delaySign, bool? publicSign, string? debugType, bool? emitEntryPoint, bool? generateXmlDocumentation);
new Microsoft.Extensions.DependencyModel.CompilationOptions : seq<string> * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Extensions.DependencyModel.CompilationOptions
Public Sub New (defines As IEnumerable(Of String), languageVersion As String, platform As String, allowUnsafe As Nullable(Of Boolean), warningsAsErrors As Nullable(Of Boolean), optimize As Nullable(Of Boolean), keyFile As String, delaySign As Nullable(Of Boolean), publicSign As Nullable(Of Boolean), debugType As String, emitEntryPoint As Nullable(Of Boolean), generateXmlDocumentation As Nullable(Of Boolean))
Parameters
- defines
- IEnumerable<String>
- languageVersion
- String
- platform
- String
- keyFile
- String
- debugType
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.