System::Runtime::InteropServices::Marshal::WriteInt64 metodo

Marshal::WriteInt64 method

Scrive long in memoria.

static void System::Runtime::InteropServices::Marshal::WriteInt64(IntPtr ptr, int offset, int64_t value)
ParametroTipoDescrizione
ptrIntPtrBuffer di memoria.
offsetintOffset al buffer di memoria.
valoreint64_tda scrivere.

Vedi anche