CompilationOptions Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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