3#include "system/idisposable.h"
6namespace System {
namespace Buffers {
18 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
Represents a handle to a block of memory.
Definition: memory_handle.h:14
virtual void Dispose()
Releases resources held by the memory handle.
Definition: memory_handle.h:41
ASPOSECPP_VALUE_TYPE_IMPLEMENTS_INTERFACES()
void * get_Pointer() const
Gets the raw memory pointer associated with this handle.
Definition: memory_handle.h:33
MemoryHandle(void *pointer)
Initializes a new instance of the MemoryHandle type.
Definition: memory_handle.h:27
Defines method that releases resources owned by the current object. Objects of this class should only...
Definition: idisposable.h:30
Definition: db_command.h:9