You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.