Skip to content

Instantly share code, notes, and snippets.

@binki
Created February 6, 2016 02:55
Show Gist options
  • Save binki/6608afd426b6a3493b2a to your computer and use it in GitHub Desktop.
Save binki/6608afd426b6a3493b2a to your computer and use it in GitHub Desktop.
ohnobinki@gibby ~ $ cd UseMef/
ohnobinki@gibby ~/UseMef $ mono ./UseMef.exe
Plugin SomePlugin
ohnobinki@gibby ~/UseMef $ rm SomePlugin.dll
ohnobinki@gibby ~/UseMef $ mono ./UseMef.exe
ohnobinki@gibby ~/UseMef $ make
mcs /o:'SomePlugin.dll' /t:library SomePlugin.cs /r:UseMef.exe
ohnobinki@gibby ~/UseMef $ mono ./UseMef.exe
Plugin SomePlugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment