RandomAccess
FlushToDisk(SafeFileHandle)
GetLength(SafeFileHandle)
Read(SafeFileHandle, IReadOnlyList<Memory<Byte>>, Int64)
Read(SafeFileHandle, Span<Byte>, Int64)
ReadAsync(SafeFileHandle, IReadOnlyList<Memory<Byte>>, Int64, CancellationToken)
ReadAsync(SafeFileHandle, Memory<Byte>, Int64, CancellationToken)
SetLength(SafeFileHandle, Int64)
Write(SafeFileHandle, IReadOnlyList<ReadOnlyMemory<Byte>>, Int64)
Write(SafeFileHandle, ReadOnlySpan<Byte>, Int64)
WriteAsync(SafeFileHandle, IReadOnlyList<ReadOnlyMemory<Byte>>, Int64, CancellationToken)
WriteAsync(SafeFileHandle, ReadOnlyMemory<Byte>, Int64, CancellationToken)
net10.0
namespace System.IO
{
public static class RandomAccess
{
public static ValueTask WriteAsync(SafeFileHandle! handle, IReadOnlyList<ReadOnlyMemory<byte>>! buffers, long fileOffset, CancellationToken cancellationToken = default);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 6.07.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | System.Runtime , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API