Show / Hide Table of Contents

Interface IManagedByteBuffer

Represents a byte buffer backed by a managed array. Useful for interop with classic .NET API-s.

Namespace: SixLabors.Memory
Assembly: SixLabors.Core.dll
Syntax
public interface IManagedByteBuffer : IMemoryOwner<byte>

Properties

| Improve this Doc View Source

Array

Gets the managed array backing this buffer instance.

Declaration
byte[] Array { get; }
Property Value
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
Back to top Copyright © Six Labors
Generated by DocFX