| Personality Constructor |
| Name | Description | |
|---|---|---|
| Personality(String, Byte) |
Initializes a new instance of the Personality class with the specified
path and contents.
| |
| Personality(String, String) |
Initializes a new instance of the Personality class with the specified
path and text content, using UTF8 for the content encoding.
| |
| Personality(String, String, Encoding) |
Initializes a new instance of the Personality class with the specified
path, text content, and context encoding.
|