Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
713 days ago
C# also has the compiler available at run time, which is an extremely powerful feature, so the line between static and dynamic reflection is blurred.
1 comments
pjmlp
713 days ago
Kind of, not when using Native AOT, and Roslyn is never available, unless packaged alongside the application.
link