Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class PinnedByteArray

    Inheritance
    System.Object
    PinnedArray<System.Byte>
    PinnedByteArray
    Implements
    System.IDisposable
    Inherited Members
    PinnedArray<Byte>.Data
    PinnedArray<Byte>.Count
    PinnedArray<Byte>.ByteSize
    PinnedArray<Byte>.Pointer
    PinnedArray<Byte>.Item[Int32]
    PinnedArray<Byte>.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.IO
    Assembly: fo-dicom.core.dll
    Syntax
    public class PinnedByteArray : PinnedArray<byte>, IDisposable

    Constructors

    PinnedByteArray(Byte[])

    Declaration
    public PinnedByteArray(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data

    PinnedByteArray(Int32)

    Declaration
    public PinnedByteArray(int count)
    Parameters
    Type Name Description
    System.Int32 count

    Implements

    System.IDisposable

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors