public class DbConnector
{
public static void method()
{
Type t = this.GetType(); // Will not work, since this is not allowed
}
}
Any ideas how to go about doing this?
Thanks,
chrisGetting Type from a static method
Hello,
I'm trying to get the current Type of a class when executing a static method. That is,
iduttaPosted Nov 30, 2003, 3:11 PM
chrishx3000Posted Nov 28, 2003, 11:55 AM
andrewPosted Nov 28, 2003, 10:06 AM