At the last MVP Global Summit , Mads showed me and Rich a way to get the MethodInfo of a method in a strongly typed way using LINQ . Here is how you can do it: public static class TypeHelper { public delegate void Method (); public delegate void Method...