GetProcessServiceManager Function

ཕྱིར་ལོག་ ProcessServiceManager (དཀྱིལ་དབུས་ Uno ServiceManager)

རེ་བར་ CreateInstanceWithArguments སྤྱད་ནས་ཞབས་ཞུ་དངོས་དཔེ་ཅན་དུ་འགྱུར་བའི་སྐབས་རྟེན་གྲངས་འདི་ཉིད་སྤྱོད་དགོས།

Syntax:

oServiceManager = GetProcessServiceManager()

Example:


    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")

Please support us!