Class PinnedArray<T>
Inheritance
System.Object
PinnedArray<T>
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()
Assembly: fo-dicom.core.dll
Syntax
public class PinnedArray<T> : IDisposable
Type Parameters
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
Property Value
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Pointer
Declaration
public IntPtr Pointer { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Methods
Dispose()
Declaration
Finalize()
Declaration
protected void Finalize()
Operators
Implicit(PinnedArray<T> to IntPtr)
Declaration
public static implicit operator IntPtr(PinnedArray<T> array)
Parameters
Returns
Type |
Description |
System.IntPtr |
|
Implements
System.IDisposable
Extension Methods