Click or drag to resize

SharedMemoryBufferCreate Method

Creates the shared memory buffer.

Namespace:  Lumiscaphe.Workshop.Interop.IO
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static SharedMemoryBuffer Create(
	string name,
	int size
)

Parameters

name
Type: SystemString
The buffer name.
size
Type: SystemInt32
The buffer size.

Return Value

Type: SharedMemoryBuffer
The created shared memory buffer.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also