Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class PinnedArray<T>

    Inheritance
    System.Object
    PinnedArray<T>
    PinnedByteArray
    PinnedIntArray
    Implements
    System.IDisposable
    Inherited Members
    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 PinnedArray<T> : IDisposable
    Type Parameters
    Name Description
    T

    Constructors

    PinnedArray(T[])

    Declaration
    public PinnedArray(T[] data)
    Parameters
    Type Name Description
    T[] data

    PinnedArray(Int32)

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

    Properties

    ByteSize

    Declaration
    public int ByteSize { get; }
    Property Value
    Type Description
    System.Int32

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Data

    Declaration
    public T[] Data { get; }
    Property Value
    Type Description
    T[]

    Item[Int32]

    Declaration
    public T this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    T

    Pointer

    Declaration
    public IntPtr Pointer { get; }
    Property Value
    Type Description
    System.IntPtr

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Operators

    Implicit(PinnedArray<T> to IntPtr)

    Declaration
    public static implicit operator IntPtr(PinnedArray<T> array)
    Parameters
    Type Name Description
    PinnedArray<T> array
    Returns
    Type Description
    System.IntPtr

    Implements

    System.IDisposable

    Extension Methods

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