ComSourceInterfacesAttribute Constructor

 

Initializes a new instance of the ComSourceInterfacesAttribute class.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodComSourceInterfacesAttribute(String^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the name of the event source interface.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the type to use as a source interface.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^, Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

Return to top
Show: