This service is the implementation of the reflection API. More...
import "CoreReflection.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::reflection::XIdlReflection | 
| Interface to reflect types. | |
| interface | com::sun::star::lang::XComponent | 
| CoreReflection has to be disposed if possible. | |
| Additional Inherited Members | |
|  Public Member Functions inherited from XIdlReflection | |
| com::sun::star::reflection::XIdlClass | forName ([in] string aTypeName) | 
| Obtaining a reflection interface for a type. | |
| com::sun::star::reflection::XIdlClass | getType ([in] any aObj) | 
| Obtaining a reflection interface for an object. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
|  Protected Member Functions inherited from XComponent | |
| void | dispose () | 
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
| void | addEventListener ([in] XEventListener xListener) | 
| adds an event listener to the object. | |
| void | removeEventListener ([in] XEventListener aListener) | 
| removes an event listener from the listener list. | |
This service is the implementation of the reflection API.
You can obtain information about types, modify values of reflected types and call on objects.
| 
 | optional | 
CoreReflection has to be disposed if possible.
Interface to reflect types.