Method | Description | |
---|---|---|
GetInterfacesForIUnknown ( |
Get the list of supported interfaces from an IUnknown pointer
|
|
GetInterfacesForObject ( object obj ) : COMInterfaceEntry[] |
Get list of supported interfaces for a COM wrapper
|
|
GetProgIdsForClsid ( System.Guid clsid ) : IEnumerable |
||
Load ( |
||
Load ( string path ) : |
||
MapClsidToEntry ( System.Guid clsid ) : COMCLSIDEntry |
Map a CLSID to an object.
|
|
MapIidToInterface ( System.Guid iid ) : COMInterfaceEntry |
Map an IID to an interface object.
|
|
Save ( string path ) : void |
Method | Description | |
---|---|---|
AddEntryToDictionary ( Dictionary |
||
COMRegistry ( |
Default constructor
|
|
LoadAppIDs ( |
||
LoadCLSIDs ( |
Load CLSID information from the registry key
|
|
LoadInterfaces ( |
Load interface list from registry
|
|
LoadLowRights ( ) : void | ||
LoadLowRightsKey ( |
||
LoadMimeTypes ( |
||
LoadPreApproved ( ) : void | ||
LoadProgIDs ( |
||
LoadTypelibs ( |
public GetInterfacesForIUnknown ( |
||
pObject | The IUnknown pointer | |
return | IEnumerable |
public GetInterfacesForObject ( object obj ) : COMInterfaceEntry[] | ||
obj | object | COM Wrapper Object |
return | COMInterfaceEntry[] |
public GetProgIdsForClsid ( System.Guid clsid ) : IEnumerable |
||
clsid | System.Guid | |
return | IEnumerable |
public static Load ( |
||
rootKey | ||
return |
public static Load ( string path ) : |
||
path | string | |
return |
public MapClsidToEntry ( System.Guid clsid ) : COMCLSIDEntry | ||
clsid | System.Guid | The CLSID to map. |
return | COMCLSIDEntry |
public MapIidToInterface ( System.Guid iid ) : COMInterfaceEntry | ||
iid | System.Guid | The interface to map. |
return | COMInterfaceEntry |