Collabora Office 24.04:n ohje
Funktio palauttaa ProcessServiceManagerin (keskeinen Uno-palvelujen hallinnointiväline).
Tätä funktiota tarvitaan, kun halutaan toteuttaa palvelu käyttäen CreateInstanceWithArguments-toimintoa.
oServiceManager = GetProcessServiceManager()
oServiceManager = GetProcessServiceManager()
oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
' this is the same as the following statement:
oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")