Share via


Conditional Compilation (Visual Basic) 

In conditional compilation, particular blocks of code in a program are compiled selectively while others are ignored.

In This Section

  • Compiling to MSIL
    Explains how your source code is translated into Microsoft intermediate language (MSIL) by the compiler.
  • Compiling MSIL to Native Code
    Provides an overview of the .NET Framework JIT (just-in-time) compiler that converts MSIL to native (CPU-specific) code.