IComInterface
Declaration
IComInterface: IDispatch
Overview
This interface is meant to edit COM interfaces that will be
registered.
Properties
String Guid - Gets or sets the interface GUID.
String Name - Gets or sets the interface name.
UINT NumberOfMethods - Gets or sets the interface number of methods.
String BaseInterface - Gets or sets the base interface.
String CLSID16 - Gets or sets the 16-bit proxy/stub DLL CLSID.
String CLSID32 - Gets or sets the 32-bit proxy/stub DLL CLSID.
String TypeLibId - Gets or sets the library's ID.
String TypeLibVersion - Gets or sets the library's version.
String RegistryPath - Gets or sets the registry
location where the interface is registered.
Supported values:
HKEY_CLASSES_ROOT\Interface, HKEY_CURRENT_USER\Software\Classes\Interface,
HKEY_LOCAL_MACHINE\Software\Classes\Interface,
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface,
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\Interface.