Platforms to show: All Mac Windows Linux Cross-Platform

Back to FileMappingViewMBS class.

FileMappingViewMBS.FlushOnClose as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Filemapping and Shared Memory MBS Util Plugin 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to call FlushView for you in the destructor.

(Read and Write property)

FileMappingViewMBS.Memory as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Filemapping and Shared Memory MBS Util Plugin 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The memoryblock for this view.
Example
dim v as FileMappingViewMBS // your view

v.memory.cstring(0)="Hello World"

The memoryblock has no known size and it becomes invalid once this view object is destroyed. So keep a reference around as long as you use the memoryblock.
(Read only property)

FileMappingViewMBS.Offset as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Filemapping and Shared Memory MBS Util Plugin 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The offset used to create this view.

(Read only property)

FileMappingViewMBS.Parent as FileMappingMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Filemapping and Shared Memory MBS Util Plugin 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The owner FileMapping object.

(Read only property)

FileMappingViewMBS.Size as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Filemapping and Shared Memory MBS Util Plugin 10.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The size in bytes of this view.

(Read only property)

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...