Platforms to show: All Mac Windows Linux Cross-Platform
FileMappingMBS.DeleteSharedMemory(name as string) as boolean
Function:
Deletes the shared memory object.
Notes:
Returns true on success and false on failure.
Called by the destructor if DeleteSharedMemory property is true.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared method | Filemapping and Shared Memory | MBS Util Plugin | 10.5 | Yes | No | Yes | Yes | No |
Notes:
Returns true on success and false on failure.
Called by the destructor if DeleteSharedMemory property is true.
See also:
FileMappingMBS.GetSharedMemoryValue(name as string) as MemoryBlock
Function:
Queries value of shared memory object.
Notes: Returns copy of the data.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared method | Filemapping and Shared Memory | MBS Util Plugin | 18.3 | Yes | Yes | Yes | Yes | No |
Notes: Returns copy of the data.
FileMappingMBS.HasSharedMemoryValue(name as string) as Boolean
Function:
Checks whether shared memory object exists.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared method | Filemapping and Shared Memory | MBS Util Plugin | 18.3 | Yes | Yes | Yes | Yes | No |
FileMappingMBS.SetSharedMemoryValue(name as string, data as MemoryBlock) as Boolean
Function:
Sets shared memory value.
Notes:
Persistent object on Mac/Linux till computer restarts or shuts down.
On Windows object is destroyed when last application referring it quits.
Returns true on success.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared method | Filemapping and Shared Memory | MBS Util Plugin | 18.3 | Yes | Yes | Yes | Yes | No |
Notes:
Persistent object on Mac/Linux till computer restarts or shuts down.
On Windows object is destroyed when last application referring it quits.
Returns true on success.
The items on this page are in the following plugins: MBS Util Plugin.
Links
MBS Xojo blog