Share via


MemoryManagerBase Members

The following tables list the members exposed by the MemoryManagerBase type.

Protected Constructors

Name Description
Protected Method MemoryManagerBase Initializes a new instance of the MemoryManagerBase class.

Protected Fields

Name Description
Protected Field _handle Represents the handle of a block of allocated memory.
Protected Field _memory Represents a block of allocated memory.
Protected Field _size Specifies the size of a block of allocated memory.

Public Properties

Name Description
Public Property Memory Gets a block of allocated memory.
Public Property Size Gets the size of a block of allocated memory.

Public Methods

Name Description
Public Method SetupComponent Configures a memory manager component.
Public Method UninitializeComponent Marks the memory manager as being in an uninitialized state.

See Also

Reference

MemoryManagerBase Class
Microsoft.SPOT.Emulator.Memory Namespace