IsolatedStorage.CurrentSize 속성

정의

주의

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 경우 이 값은 바이트 단위입니다. 데이터베이스와 같은 다른 스토리지 개체를 구현하는 경우 이 값은 스토리지의 단위로 표시될 수 있습니다.

적용 대상