static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _initialized = false;
        }
Ejemplo n.º 2
0
        static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _gameViewSend?.Dispose();
            _gameViewSend = null;
        }
Ejemplo n.º 3
0
        static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _gameViewSend?.Dispose();
            _gameViewSend = null;

            Interop.NDILib.Destroy();
        }