My class has static methods and properties. How can I use static in my
interface? I get an error.
Jeremy,
>How can I use static in my interface?
The simple answer is that you can't. Wrap it in a more COM friendly
class with instance methods.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jeremy Chapman - 03 Dec 2004 21:21 GMT
Arg! Was afraid of that, thanks.
> Jeremy,
>
[quoted text clipped - 4 lines]
>
> Mattias