Click or drag to resize

MemoryAccess Properties

The MemoryAccess type exposes the following members.

Properties
  NameDescription
Public propertyAccessRights
The requested access rights.
Public propertyAddress
The address.
Public propertyAddressSpace
The memory address space.
Public propertyPreferredAddress
Preferred access to the address space. The underlying protocol may prefer the user to access more data than addressed.
Public propertyPreferredParameters
Preferred access parameters.
Public propertyRequestedParameters
User requested access parameters.
Public propertyRequiredAddress
Required access to the address space for this address. The underlying protocol may require the user to access more data than addressed.
Public propertyUserState
Private user data passed in to GetAddress.
Top
See Also