LargeBuffer Class

Allows you to create a byte array that is larger than the size that is allowed by the managed heap, and enables transferring large data items to and from native code.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public class LargeBuffer : IDisposable

Remarks

The LargeBuffer item is allocated in a secondary heap. The secondary heap must be supported by the device. This class can be used in conjunction with the LargeBufferMarshaller class to transfer large data items to and from native code.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

LargeBuffer Members
Microsoft.SPOT.Hardware Namespace