DistributedMemoryManager<T> Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSpan Obtains a span that represents the region
(Overrides MemoryManager<T>.GetSpan())
GetTypeGets the Type of the current instance.
(Inherited from Object)
Pin Provides access to a pointer that represents the data (note: no actual pin occurs)
(Overrides MemoryManager<T>.Pin(Int32))
ToStringReturns a string that represents the current object.
(Inherited from Object)
Unpin Has no effect
(Overrides MemoryManager<T>.Unpin())

See Also