Show / Hide Table of Contents

    Interface IDirectMemory

    Represents a memory block interface with direct access (via unmanaged pointers).

    Представляет интерфейс блока памяти с прямым доступом (через неуправляемые указатели).

    Inherited Members
    IMemory.Size
    IDisposable.Dispose()
    Namespace: Platform.Memory
    Assembly: Platform.Memory.dll
    Syntax
    public interface IDirectMemory : IMemory, IDisposable

    Properties

    | Improve this Doc View Source

    Pointer

    Gets the pointer to the beginning of this memory block.

    Возвращает указатель на начало блока памяти.

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