How to know Dll is already initialize e.g VideoOS.Platform.SDK.Environment.Initialize()

I am currently working on project In which I just want to know that VideoOS.Platform.SDK.Environment.Initialize(); already initialize on to initialize again and again

Thanks in advance

You can check whether EnvironmentManager.Instance is null. If it is not null, VideoOS.Platform.SDK.Environment.Initialize() has been called.

Thanks Rie Kito for you replay :slightly_smiling_face:

@Rie Kiuchi (Milestone Systems)​ is it also possible to get to know that VideoOS.Platform.SDK.UI.Environment.Initialize() and VideoOS.Platform.SDK.Export.Environment.Initialize(); is ready initialise