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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.