Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ynsrc/csharp-dll-load-runtime
- Owner: ynsrc
- License: unlicense
- Created: 2024-05-10T15:56:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T08:10:48.000Z (6 months ago)
- Last Synced: 2024-05-11T17:53:30.211Z (6 months ago)
- Topics: csharp, dll, dll-injection, dll-library
- Language: C#
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.