2#include "system/object.h"
4namespace System {
namespace Runtime {
namespace CompilerServices {
Provides low-level operations for unsafe memory manipulation.
Definition: unsafe.h:10
static void * AsPointer(T &value)
Returns a pointer to the specified value.
Definition: unsafe.h:17
static int32_t SizeOf()
Returns the size of the specified type.
Definition: unsafe.h:26
Definition: db_command.h:9