-
Notifications
You must be signed in to change notification settings - Fork 0
Demonstrates how to use dot net compiler ad-hoc.
License
mniederw/MnHowToUseCsAndIlCompiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MN - How To Use C-Sharp and IL-Compiler --------------------------------------- These examples show how an IL or a c-sharp file can be compiled to a temporary exe, then it will be started and afterwards the temporary exe can be deleted. It also contains an example, how c-sharp code can be embedded into powershell to run it. To test these examples, just run each of the following files: HelloWorld*.bat HelloWorld*.ps1 Examples: - HelloWorld1 : Example C-Sharp file which can be compiled and run ad-hoc. - HelloWorld2 : Example IL Intermediate Language file which can be compiled and run ad-hoc. - HelloWorld3 : Example PS file, how to embed C-Sharp source code into the ps script and run it ad-hoc. - HelloWorld4 : Example PS file, how to embed C-Sharp source code into the ps script, specify assemblies and run it ad-hoc.
About
Demonstrates how to use dot net compiler ad-hoc.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published