COM Interop Static Classes

  • Thread starter Thread starter Alan Roberts
  • Start date Start date
Alan,
Is it possible to expose a static class to COM?

No, a static class can't be instantiated and it only has static
methods that can't be called through COM interop.


Mattias
 
Back
Top