最終更新:2017-05-25 (木) 16:59:31 (2520d)  

mcs
Top / mcs

Mono C# Compiler

mcs (新)

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.
  • mcs, gmcs? - Mono C# Compiler (1.0 and 2.0)

参照設定

  • mcs -r:System.Drawing.dll

using Gtk

  • mcs -pkg:gtk-sharp-2.0 helloword.cs

using Cairo

  • mcs antialias.cs -pkg:mono-cairo