[NUI] Add API for ProcessController without Initialize
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 11 Dec 2023 04:21:42 +0000 (13:21 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Mon, 11 Dec 2023 06:49:58 +0000 (15:49 +0900)
commit6a16c7e3c87c0ff5c56a749fd71202702abcfeb7
treec33743822a49aadd520ce456ff0762d683592ab8
parent16963f39499d38aa88bdf3e993c24d93345a86f9
[NUI] Add API for ProcessController without Initialize

To keep the backword stability, let we use previous API (CSharp_Dali_new_ProcessorController) call Initialize internally
and new API (CSharp_Dali_new_ProcessorController_Without_Initialize) will not call this.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Common/DisposeQueue.cs
src/Tizen.NUI/src/internal/Common/ProcessorController.cs
src/Tizen.NUI/src/internal/Interop/Interop.ProcessorController.cs