Click or drag to resize

MemoryShellContent Constructor (String, Encoding)

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,
	Encoding encoding
)

Parameters

text
Type: SystemString
The input text.
encoding
Type: System.TextEncoding
The text encoding.
See Also