Class PinnedByteArray
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 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