ComConversionLossAttribute

ComConversionLossAttribute

System.Runtime.InteropServices (mscorlib.dll)sealed class

The presence of this attribute indicates that information about a type was lost as it was imported from a type library.

public sealed class ComConversionLossAttribute : Attribute {
// Public Constructors
   public ComConversionLossAttribute( );
}

Hierarchy

System.Object System.Attribute ComConversionLossAttribute

Valid On

All



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System