GetProcessServiceManager Function

ProcessServiceManager (මධ්‍ය Uno ServiceManager) ආපසු ලබා දෙයි.

This function is required when you want to instantiate a service using 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")