GetProcessServiceManager Function

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