Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 428 Bytes

Loading C# DLL Library At Runtime

Build And Run

make will build program and library file if make installed.

To build and run use make run instead.

You may change .NET version at the top of Makefile or use any IDE.

$ make run
Main Program: Started
Main Program: Invoking Method Located in DLL
DLL Library: >>> Hello from DLL Method! <<<

License

The Unlicense. Feel free to use or change it how you need.