A Alan Roberts Dec 21, 2005 #1 How can I expose some classes within my assembly to COM but not others? Thanks Alan
M Mattias Sjögren Dec 21, 2005 #2 Alan, How can I expose some classes within my assembly to COM but not others? Click to expand... Use the ComVisible attribute. Mattias
Alan, How can I expose some classes within my assembly to COM but not others? Click to expand... Use the ComVisible attribute. Mattias
A Alan Roberts Dec 22, 2005 #3 Thanks! Mattias Sjögren said: Alan, Use the ComVisible attribute. Mattias Click to expand...