Is it possible to print the class name from within a static function?
e.g ...
public class foo { static void printName() { // Print the
Console.WriteLine(new StackFrame().GetMethod().DeclaringType);