H
hyd
With C++/CLI - VS2005, is it possible to have static constructors that
are automatically called when the owner assembly is loading ?
Otherwise, how it is possible to call it without creating an instance
of the class or calling a static field of this class ?
I need to "register" some classes in a list of classes so that I can
create them without knowing them.
are automatically called when the owner assembly is loading ?
Otherwise, how it is possible to call it without creating an instance
of the class or calling a static field of this class ?
I need to "register" some classes in a list of classes so that I can
create them without knowing them.