COMClassInfo Constructor |
Name | Description | |
---|---|---|
COMClassInfo(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.
| |
COMClassInfo(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
|