A Pinnned array of type T

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class PinnedArray<T> : DisposableObject
Visual Basic (Declaration)
Public Class PinnedArray(Of T) _
	Inherits DisposableObject
Visual C++
generic<typename T>
public ref class PinnedArray : public DisposableObject

Type Parameters

T
The type of the array

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.Util..::.PinnedArray<(Of <(T>)>)

See Also