Click or drag to resize

IDirectMemoryService Methods

The IDirectMemoryService type exposes the following members.

Methods
 NameDescription
Public methodDropAccesses Called to indicate that memory accesses are no longer required.
(Inherited from IMemoryService)
Public methodGetAddresses Get access to an address in the memory of a peer.
(Inherited from IMemoryService)
Public methodInternalReadV Vectored read request.
(Inherited from IMemoryService)
Public methodInternalWriteV Vectored write request.
(Inherited from IMemoryService)
Top
Extension Methods
 NameDescription
Public Extension MethodGetAddress Get access to an address in the memory of a peer.
(Defined by MemoryService)
Public Extension MethodGetAddress Get access to an address in the memory of a peer.
(Defined by MemoryService)
Public Extension MethodReadV Vectored read request.
(Defined by MemoryService)
Public Extension MethodWriteV Vectored write request.
(Defined by MemoryService)
Top
See Also