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