Skip to content

ynsrc/csharp-dll-load-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C# DLL library building and loading at runtime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published