Click or drag to resize

MemoryShellContent Constructor (String)

Initializes a new instance of the MemoryShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public MemoryShellContent(
	string text
)

Parameters

text
Type: SystemString
The input text.
See Also