Interface IMemory
Represents a memory block interface with size in bytes.
Представляет интерфейс блока памяти с размером в байтах.
Namespace: Platform.Memory
Assembly: Platform.Memory.dll
Syntax
public interface IMemory
Properties
| Improve this Doc View SourceSize
Gets the size in bytes of this memory block.
Возвращает размер блока памяти в байтах.
Declaration
long Size { get; }
Property Value
Type | Description |
---|---|
Int64 |