コード例 #1
0
        static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _initialized = false;
        }
コード例 #2
0
        static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _gameViewSend?.Dispose();
            _gameViewSend = null;
        }
コード例 #3
0
ファイル: SharedInstance.cs プロジェクト: benwager/KlakNDI
        static void OnDomainReload()
        {
            _find?.Dispose();
            _find = null;

            _gameViewSend?.Dispose();
            _gameViewSend = null;

            Interop.NDILib.Destroy();
        }