Difference between revisions of "SharedMemory"

From Lianjapedia
Jump to: navigation, search
Line 21: Line 21:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|valign="top"|Detach
 +
|valign="top"|None
 +
|valign="top"|Detaches from the currently attached shared memory segment
 
|-
 
|-
 
|valign="top"|Attach
 
|valign="top"|Attach

Revision as of 10:06, 29 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
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