hello
so i saw, there are some classes in the .net framework they have the attribute "COMVisible" on "true".
i've found a few of them on "System.Collection" (e.g. ArrayList)
my question: are there any other classes in the framework they are "COMVisible", so i can use them in other languages (e.g. vb, with "CreateObject(...)")
thanks for feedbacks!
regards, jan