IsolatedStorage.CurrentSize 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize
주의
IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.
중요
이 API는 CLS 규격이 아닙니다.
격리된 스토리지의 현재 크기를 나타내는 값을 가져옵니다.
public:
virtual property System::UInt64 CurrentSize { System::UInt64 get(); };
[System.CLSCompliant(false)]
[System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize")]
public virtual ulong CurrentSize { get; }
[System.CLSCompliant(false)]
[System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")]
public virtual ulong CurrentSize { get; }
[System.CLSCompliant(false)]
public virtual ulong CurrentSize { get; }
[<System.CLSCompliant(false)>]
[<System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize")>]
member this.CurrentSize : uint64
[<System.CLSCompliant(false)>]
[<System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")>]
member this.CurrentSize : uint64
[<System.CLSCompliant(false)>]
member this.CurrentSize : uint64
Public Overridable ReadOnly Property CurrentSize As ULong
속성 값
격리된 스토리지 범위에서 현재 사용되는 스토리지 단위의 수입니다.
- 특성
예외
격리된 저장소의 현재 크기가 정의되지 않은 경우
설명
이 속성은 격리된 스토리지 범위 내에서 모든 스토리지 리소스의 전체 사용량을 나타냅니다. IsolatedStorageFile.CurrentSize 는 이 속성을 구현합니다. 개체의 IsolatedStorageFile 경우 이 값은 바이트 단위입니다. 데이터베이스와 같은 다른 스토리지 개체를 구현하는 경우 이 값은 스토리지의 단위로 표시될 수 있습니다.
적용 대상
.NET