22 module
com { module sun { module star { module reflection {
24 published
interface XIdlClass;
44 sequence<XIdlClass> getParameterTypes();
54 sequence<ParamInfo> getParameterInfos();
61 sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
97 [inout] sequence<any> args )
Base interface for XIdlField2s and XIdlMethods.
Definition: XIdlMember.idl:28
Definition: Ambiguous.idl:20
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
Reflects an IDL interface method.
Definition: XIdlMethod.idl:29
MethodMode
MethodMode denotes the mode in which method calls are run, i.e.
Definition: MethodMode.idl:29
Provides information reflecting a UNO type.
Definition: XIdlClass.idl:30