System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted C# (CSharp) 메소드

IsUnrestricted() 공개 메소드

public IsUnrestricted ( ) : bool
리턴 bool
        public bool IsUnrestricted()
        {
            return m_allowed == IsolatedStorageContainment.UnrestrictedIsolatedStorage;
        }