SharedMemory

From Lianjapedia
Revision as of 10:06, 29 May 2015 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the following properties:

Property Access (R/RW) Value Description

Methods

This class supports the following methods:

Method Args Description
Detach None Detaches from the currently attached shared memory segment
Attach key as Character [, size as Numeric] Attaches to the shared memory segment specified in key, creating it to the specified size if it does not exist
GetItem item as Character Gets the named item
SetItem item as Character, value as Expression Sets the named item to the named value

Events

This class supports the following events:

Event Args Description