Skip to content

Instantly share code, notes, and snippets.

View T0bi-Ethirbirge's full-sized avatar
👌
Fine

T0bi T0bi-Ethirbirge

👌
Fine
View GitHub Profile
@LukasBoersma
LukasBoersma / MethodRental.cs
Created January 21, 2014 12:01
MethodRental
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public class Program
{
static ModuleBuilder modb;
static Type type;