Search Results for

    Show / Hide Table of Contents

    Class PinnedArray<T>

    Inheritance
    Object
    PinnedArray<T>
    PinnedByteArray
    PinnedIntArray
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.IO
    Assembly: cs.temp.dll.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
    Int32 count

    Properties

    ByteSize

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

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    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
    Int32 index
    Property Value
    Type Description
    T

    Pointer

    Declaration
    public IntPtr Pointer { get; }
    Property Value
    Type Description
    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
    IntPtr

    Implements

    System.IDisposable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors