ComConversionLossAttribute Class
Indicates that information was lost about a class or interface when it was imported from a type library to an assembly.
For a list of all members of this type, see ComConversionLossAttribute Members.
System.Object
System.Attribute
System.Runtime.InteropServices.ComConversionLossAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> NotInheritable Public Class ComConversionLossAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.All)] public sealed class ComConversionLossAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc __sealed class ComConversionLossAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.All) class ComConversionLossAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The Type Library Importer (Tlbimp.exe) applies this attribute to classes or interfaces.
Methods that use void pointer arguments cause this attribute to be applied to the containing class or interface.
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ComConversionLossAttribute Members | System.Runtime.InteropServices Namespace | Type Library Importer (Tlbimp.exe)