Interface IDirectMemory
Represents a memory block interface with direct access (via unmanaged pointers).
Представляет интерфейс блока памяти с прямым доступом (через неуправляемые указатели).
Namespace: Platform.Memory
Assembly: Platform.Memory.dll
Syntax
public interface IDirectMemory : IMemory, IDisposable
Properties
| Improve this Doc View SourcePointer
Gets the pointer to the beginning of this memory block.
Возвращает указатель на начало блока памяти.
Declaration
IntPtr Pointer { get; }
Property Value
Type | Description |
---|---|
IntPtr |