ComInterfaceType

ComInterfaceType serializable

System.Runtime.InteropServices (mscorlib.dll) enum

This enumeration specifies the COM interface type. Use this attribute with InterfaceTypeAttribute to specify how your .NET interfaces are exposed to COM.

 public enum  ComInterfaceType  {  InterfaceIsDual = 0  ,  InterfaceIsIUnknown = 1  ,  InterfaceIsIDispatch = 2  } 

Hierarchy

System.Objectaut System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) ComInterfaceType

Returned By

InterfaceTypeAttribute.Value

Passed To

InterfaceTypeAttribute.InterfaceTypeAttribute( )



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