System.Deployment.Internal.Isolation.StoreAssemblyEnumeration.GetCurrent C# (CSharp) Method

GetCurrent() private method

private GetCurrent ( ) : STORE_ASSEMBLY
return STORE_ASSEMBLY
        private STORE_ASSEMBLY GetCurrent()
        {
            if (!this._fValid)
            {
                throw new InvalidOperationException();
            }
            return this._current;
        }