User2036759390 posted
Hi,
I am including
[ClassInterface(ClassInterfaceType.AutoDual)] attritube to
my .net class for calling the .net class in the COM environment. Now,the interoperability is fine and able to call the c# classes in to my COM.But, can we have any setting or property in c# which doesn't take
[ClassInterface(ClassInterfaceType.AutoDual)] explicitly at the class
level. Can we prevent this attritube [ClassInterface(ClassInterfaceType.AutoDual)] and have any setting to set this attribute in the c# without mentioning at the class level.
-Shanenarrifield