Initializing help system before first use

Value Property

The content of the memory block, as a byte array. See also the Refresh() and Update() methods for discussion of how to keep the XPRMMemBlk in .NET synchronised with the memory block in Mosel.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public byte[] Value { get; }

Property Value

Type:  Byte
See Also