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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET