X Xenomech Jan 22, 2007 #1 Is there a way to explicitly call a shared constructor or shared finalizer in a static class?
L lord.zoltar Jan 22, 2007 #2 Is there a way to explicitly call a shared constructor or shared finalizer in a static class? Click to expand... I'm not sure I even understand why it would be necessary... can you explain a little more please?
Is there a way to explicitly call a shared constructor or shared finalizer in a static class? Click to expand... I'm not sure I even understand why it would be necessary... can you explain a little more please?
B Brian Gideon Jan 22, 2007 #3 Is there a way to explicitly call a shared constructor or shared finalizer in a static class? Click to expand... Hi, No, there is not. Also, shared (static) finalizers do not exist. Can you explain a bit more about what you're trying to accomplish? Brian
Is there a way to explicitly call a shared constructor or shared finalizer in a static class? Click to expand... Hi, No, there is not. Also, shared (static) finalizers do not exist. Can you explain a bit more about what you're trying to accomplish? Brian