CompilerWorkDoneEventArgsCompilerParameters Property
Gets the compiler parameters used to build the target file.
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CompilerParameters CompilerParameters { get; }
Public ReadOnly Property CompilerParameters As CompilerParameters
Get
Dim instance As CompilerWorkDoneEventArgs
Dim value As CompilerParameters
value = instance.CompilerParameters
public:
property CompilerParameters^ CompilerParameters {
CompilerParameters^ get ();
}
member CompilerParameters : CompilerParameters with get
No code example is currently available or this language may not be supported.
Property Value
CompilerParameters
The compiler parameters used to build the target file.