Difference between revisions of "SharedMemory"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the following propert...")
 
Line 21: Line 21:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|valign="top"|Attach
 +
|valign="top"|key as Character [, size as Numeric]
 +
|valign="top"|Attaches to the shared memory segment specified in key, creating it to the specified size if it does not exist
 +
|-
 +
|valign="top"|GetItem
 +
|valign="top"|item as Character
 +
|valign="top"|Gets the named item
 +
|-
 +
|valign="top"|SetItem
 +
|valign="top"|item as Character, value as Expression
 +
|valign="top"|Sets the named item to the named value
 
|-
 
|-
 
|}
 
|}

Revision as of 12:36, 26 May 2015

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
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