Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 262 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 262 Bytes

RoslynClassCreationAndCompile

Create a class using Roslyn and compile your class.

Creating a Compilation object, Use Emit and pass a Stream object to give me a EmitResult object, Load the bytes into an Assembly object and use Reflection to Invoke the class.