0 votes
in IONIC by
What is MSIL?

1 Answer

0 votes
by

MSIL stands for Microsoft Intermediate Language.

MSIL provides instructions for calling methods, initializing and storing values, operations such as memory handling, exception handling and so on. All .Net codes are first compiled to IL.

...