Interface IMemoryBlock<T>
public interface IMemoryBlock<T> : IMemoryBlock where T : unmanaged
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Address
The start address of this memory block.
T* Address { get; }
Property Value
- T*