Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ynsrc/csharp-dll-load-runtime

C# DLL library building and loading at runtime
https://github.com/ynsrc/csharp-dll-load-runtime

csharp dll dll-injection dll-library

Last synced: 7 days ago
JSON representation

C# DLL library building and loading at runtime

Awesome Lists containing this project

README

        

# 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.