Show / Hide Table of Contents

    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 Source

    Size

    Gets the size in bytes of this memory block.

    Возвращает размер блока памяти в байтах.

    Declaration
    long Size { get; }
    Property Value
    Type Description
    Int64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX