IsolatedStorageFileStream
IsolatedStorageFileStream(String, FileMode)
IsolatedStorageFileStream(String, FileMode, FileAccess)
IsolatedStorageFileStream(String, FileMode, IsolatedStorageFile)
IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare)
IsolatedStorageFileStream(String, FileMode, FileAccess, IsolatedStorageFile)
IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32)
IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile)
IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32, IsolatedStorageFile)
CanRead
CanSeek
CanWrite
Handle
IsAsync
Length
Position
SafeFileHandle
BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
Dispose(Boolean)
DisposeAsync()
EndRead(IAsyncResult)
EndWrite(IAsyncResult)
Flush()
Flush(Boolean)
FlushAsync(CancellationToken)
Lock(Int64, Int64)
Read(Byte[], Int32, Int32)
Read(Span<Byte>)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
Unlock(Int64, Int64)
Write(Byte[], Int32, Int32)
Write(ReadOnlySpan<Byte>)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
WriteByte(Byte)
net10.0
namespace System.IO.IsolatedStorage
{
public class IsolatedStorageFileStream : FileStream
{
public override Task! FlushAsync(CancellationToken cancellationToken);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
Information specific to net10.0 | |
| Assembly | System.IO.IsolatedStorage , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on any platform except for these:
|
- Built-in API
- Package-provided API