Query the COM class for the specified method addresses. If not already loaded the COM module will be loaded.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax Public Function Query As Boolean
member Query : unit -> bool
Return Value
Type:
BooleanTrue if the COM class exists, False otherwise.
Exceptions Exception | Condition |
---|
AccessViolationException | Thrown if the method index extends beyond the interface and into protected memory. |
ArgumentException | If the provided interface type is not an interface, or the class type is not visible to COM. |
InvalidCastException | Thrown if the class instance does not support the specified interface. |
See Also