Feedback
C# - Snippet of The Day

Snippet des Tages

C# - Simple Pluginloader

This is a simple pluginloader. example: Runtime.CreateRuntime(Application.StartupPath + "\\Plugin.dll"); var plugs = Runtime.CreateMultipleInstance<Plugin>(); foreach (var p in plugs) ..

12345678910 . . . weiter >