LibreOffice 24.8 Help
ត្រឡប់ ProcessServiceManager (Uno ServiceManager កណ្តាល) ។
អនុគមន៍នេះត្រូវបានទាមទារ នៅពេលអ្នកចង់បង្កើតសេវាមួយភា្លមៗដោយប្រើ CreateInstanceWithArguments ។
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")