CompilationOptions Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))
Paramètres
- defines
- IEnumerable<String>
- languageVersion
- String
- platform
- String
- keyFile
- String
- debugType
- String