RandomAccessStreamReference Classe

Definizione

Fornisce l'accesso casuale ai dati nei flussi di input e output per un file.

public ref class RandomAccessStreamReference sealed : IRandomAccessStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RandomAccessStreamReference final : IRandomAccessStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RandomAccessStreamReference : IRandomAccessStreamReference
Public NotInheritable Class RandomAccessStreamReference
Implements IRandomAccessStreamReference
Ereditarietà
Object Platform::Object IInspectable RandomAccessStreamReference
Attributi
Implementazioni

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Metodi

CreateFromFile(IStorageFile)

Crea un flusso di accesso casuale intorno a un file.

CreateFromStream(IRandomAccessStream)

Crea un flusso di accesso casuale intorno al flusso specificato.

CreateFromUri(Uri)

Crea un flusso di accesso casuale intorno all'URI specificato.

OpenReadAsync()

Apre un flusso per l'accesso casuale.

Si applica a

Vedi anche