MemoryMappedFile: DeleteView

DeleteView

Unhooks a byte array view from the mapped file view.



 Public Sub DeleteView(
	  ByRef View ( ) As Byte )

Parameters

View
[ByRef] Byte. A byte array view of the mapped file created from CreateView.

Remarks

This function can still be used to unhook a byte array view even if the MemoryMappedFile object has been closed.

If the byte array is not associated with this view then an exception is thrown.

If the byte array is null then nothing happens.

See Also

Project CorLib Overview
Class MemoryMappedFile Overview