Hi,
I have an DLL that contains several public creatable classes, the startup object of the DLL is set to sub Main.
Therefore when an instance of one classes is created, sub Main kicks in before any of the class initialise events.
My question is: during the sub Main startup procedure, how can I obtain the class name of the object that is being created?
Thanks,
Madlarry
I have an DLL that contains several public creatable classes, the startup object of the DLL is set to sub Main.
Therefore when an instance of one classes is created, sub Main kicks in before any of the class initialise events.
My question is: during the sub Main startup procedure, how can I obtain the class name of the object that is being created?
Thanks,
Madlarry