19 #ifndef __com_sun_star_reflection_XIdlMethod_idl__
20 #define __com_sun_star_reflection_XIdlMethod_idl__
34 module com { module sun { module star { module reflection {
36 published
interface XIdlClass;
56 sequence<XIdlClass> getParameterTypes();
66 sequence<ParamInfo> getParameterInfos();
73 sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
109 [inout] sequence<any> args )
Base interface for XIdlField2s and XIdlMethods.
Definition: XIdlMember.idl:32
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Reflects an IDL interface method.
Definition: XIdlMethod.idl:41
MethodMode
MethodMode denotes the mode in which method calls are run, i.e.
Definition: MethodMode.idl:31
Provides information reflecting an UNO type.
Definition: XIdlClass.idl:38