is Visual Basic 2010 a compiled or interpreted language? Can a vb program be disassembled?
The Visual Basic command-line compiler provides an alternative to compiling programs from within the Visual Studio integrated development environment (IDE). This section contains descriptions for the Visual Basic compiler options. Every compiler option is available in two forms: -option and /option .
No, the desktop . NET VM (called the Common Language Runtime) has a JIT compiler, no interpreter. In contrast, the . NET Microframework, found on tiny embedded devices which may not even support runtime code modification, actually does interpret the IL.
Compiled programming language your program will run. In this circumstance, C++ is a compiled language, Visual Studio is the compiler and Windows is the OS; such brief progress is as below: Write C++ codes in Visual Studio and press F5. Visual Studio then translates .
Depends on the execution environment. But it is generally compiled. Twice, first from source code to IL (Intermediate Language). Again at runtime from IL to machine code by a just-in-time compiler. Except on, say, the .NET Micro Framework which uses an IL interpreter. The intermediate form allows pretty decent decompilation, Reflector is the best tool for that.
It is compiled to IL code which is normally JITted. It is possible to create native images using a tool like Ngen.
It is very easy to disassemble .NET assemblies. There are many tools available (free and commercial) that do this.
It's kinda both. It's compiled into IL which is then "just in time compiled" (JITed) into machine code at runtime.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With