Groups | Blog | Home
all groups > dotnet performance > march 2004 >

dotnet performance : ComVisible attribute's impact on performance?


Bryan Dyck
3/18/2004 10:48:33 AM
Can anyone tell me if there is any performance impact on a class that is
running in a pure .Net environment that has implemented the ComVisible
attribute versus the same class that has not implemented that attribute?

Kind regards,
Bryan

Jens Thiel
3/18/2004 3:59:51 PM
[quoted text, click to view]

Attributes do not have any impact on performance unless the attribute is
recognized by a "container" (except maybe for the somewhat larger metadata
but that should be neglectable).

Jens.

--
http://ManagedXLL.net/ | http://jens-thiel.de/ | http://QuantLib.net/
Replace MSDN with my first name when replying to my email address!

AddThis Social Bookmark Button