Click or drag to resize
Personality Constructor
Overload List
  NameDescription
Public methodPersonality(String, Byte)
Initializes a new instance of the Personality class with the specified path and contents.
Public methodPersonality(String, String)
Initializes a new instance of the Personality class with the specified path and text content, using UTF8 for the content encoding.
Public methodPersonality(String, String, Encoding)
Initializes a new instance of the Personality class with the specified path, text content, and context encoding.
Top
See Also