ClassInterfaceAttribute

ClassInterfaceAttribute

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

This attribute specifies the interface that should be exposed to COM when you generate a type library. See ClassInterfaceType for the possible arguments to this attribute.

 public sealed class  ClassInterfaceAttribute  : Attribute {  // Public Constructors  public  ClassInterfaceAttribute  (ClassInterfaceType   classInterfaceType   );    public  ClassInterfaceAttribute  (short   classInterfaceType   );  // Public Instance Properties  public ClassInterfaceType  Value  {get; } } 

Hierarchy

System.Object System.Attribute ClassInterfaceAttribute

Valid On

Assembly, Class



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net