Monday, March 16, 2015

get vb.net shared function type

System.Diagnostics.StackFrame f = new StackFrame();
Type t = f.GetMethod().DeclaringType;

No comments:

Post a Comment