creates an adapter that implements an interface
with the specified type.
The supplied concepts (see the methods
XIntrospectionAccess::setConcepts() )
and the XIntrospectionAccess::setConcepts() member
determine the interfaces returned by this method.
To access properties, query for the XPropertySet
interface. If the XPropertySet can be queried,
the XFastPropertySet interface must be
supported too.
If the introspected object implements a name container, the
introspection should return the XNameAccess and
XNameContainer interfaces.
If the introspected object implements an index container, the
introspection should return the XIndexAccess and
XIndexContainer interfaces.
If the introspected object implements an enumeration container, the introspection
should return the XEnumerationAccess
interface.
If the introspected object implements the XIdlArray
interface, the introspection should return this.
To implement inaccurate name access, at all objects, which
implement the XNameAccess or XPropertySet
interface, the XExactName interface has to be supported.