Memory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public ref class Memory
public class Memory
type Memory = class
Public Class Memory
Inheritance
Constructors
Methods
memcmp(Byte*, Byte*, Int64)
memcmp(Byte[], Int32, Byte[], Int32, Int64)
MemoryCopy(Byte*, Byte*, Int64)
MemoryCopy(Byte*, Byte[], Int32, Int64)
MemoryCopy(Byte[], Int32, Byte*, Int32)
MemoryCopy(Byte[], Int32, Byte[], Int32, Int64)
ReadFileIntoArray(Stream, Byte[], Int32)
ReadTable(Stream, Byte[], Int32)
SetMemory(Byte*, Byte, Int64)
SetMemory(Byte[], Int64, Byte, Int64)
SetMemory(Char*, Char, Int64)
SetMemory(Char[], Int64, Char, Int64)
Applies to