🎴 Flashcard Mode

Visual Basic Programming for Dot NET

Card1 / 16
Mastered0
Review0
QuestionClick to flip

What does 'Invalid' means in MSIL code classification?

AnswerClick to flip back
A
It means that the MSIL code cannot be JIT compiled by the CLR.
💡 Explanation:

This is correct as it means JIT compiled code validity is not confirmed.

Change Mode