最終更新:2017-05-25 (木) 15:11:20 (2542d)  

Mono/コンパイラ
Top / Mono / コンパイラ

http://www.mono-project.com/CSharp_Compiler

種類

mcs (新)

  • Starting with Mono version 2.11 a new unified compiler mcs is available.

mcs (旧)

  • used to compile against the 1.x profile and implements C♯ 1.0 and parts of C♯ 2.0 and C♯ 3.0 specification which do not depend on generics.

gmcs?

  • compiler to target the 2.0 mscorlib.
  • used to compile against the 2.0 profile and implements the complete C♯ 3.0 specification.

smcs?

  • compiler to target the 2.1 mscorlib, to build Moonlight applications.
  • smcs compiler is used to compile against the Silverlight/Moonlight profile.

dmcs

  • compiler to target the 4.0 mscorlib.
  • Mono 2.6?から追加