Calling Shared Constructors/Finalizers

  • Thread starter Thread starter Xenomech
  • Start date Start date
X

Xenomech

Is there a way to explicitly call a shared constructor or shared
finalizer in a static class?
 
Is there a way to explicitly call a shared constructor or shared
finalizer in a static class?

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?

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
 
Back
Top