Click or drag to resize

COMClassInfo Constructor

Overload List
  NameDescription
Public methodCOMClassInfo(Guid, Guid, Int32)
Creates a new COMClassInfo instance using the COM class and interface Guids. The function indexes to retrieve the addresses for as defined by the order of the methods in the COM interface.
Public methodCOMClassInfo(Type, Type, String)
Creates a new COMClassInfo using the COM class and interface types. The function names to retrieve the addresses for should be provided as strings
Top
See Also