Skip to content

Instantly share code, notes, and snippets.

@lctrcl
lctrcl / tasks.cs
Created August 19, 2019 22:13
Create a .NET Type Dynamically at Runtime, Execute in Script. Prototype DynamicWrapperX , but not posting that publicly
using System;
using System.EnterpriseServices;
using System.Runtime.InteropServices;
using System.Reflection;
using System.Reflection.Emit;
using System.Collections;
using System.Collections.Generic;