CSharpCompiler Constructor
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 CSharpCompiler(
string version = ""
)
Public Sub New (
Optional version As String = ""
)
Dim version As String
Dim instance As New CSharpCompiler(version)
public:
CSharpCompiler(
String^ version = L""
)
new :
?version : string
(* Defaults:
let _version = defaultArg version ""
*)
-> CSharpCompiler
No code example is currently available or this language may not be supported.
Parameters
- version String (Optional)
-
The .NET Framework compiler version.