Search Results for

    Show / Hide Table of Contents

    Class PinnedByteArray

    Inheritance
    Object
    PinnedArray<Byte>
    PinnedByteArray
    Implements
    IDisposable
    Inherited Members
    PinnedArray<Byte>.Data
    PinnedArray<Byte>.Count
    PinnedArray<Byte>.ByteSize
    PinnedArray<Byte>.Pointer
    PinnedArray<Byte>.Item[Int32]
    PinnedArray<Byte>.Dispose()
    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 PinnedByteArray : PinnedArray<byte>, IDisposable

    Constructors

    PinnedByteArray(Byte[])

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

    PinnedByteArray(Int32)

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

    Implements

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