| 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
)
public:
static SharedMemoryBuffer^ Create(
String^ name,
int size
)
Parameters
- name
- Type: SystemString
The buffer name. - size
- Type: SystemInt32
The buffer size.
Return Value
Type:
SharedMemoryBufferThe created shared memory buffer.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also