Prs |
The PrsReader type exposes the following members.
Name | Description | |
---|---|---|
PrsReader(String) | Creates a new instance of the PrsReader class. | |
PrsReader(String, Boolean) | Creates a new instance of the PrsReader class. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetSectionKeys | Gets all section entries. | |
GetSectionRawLines | Gets the section raw lines. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ReadBoolean | Reads a bool from the file. | |
ReadDouble | Reads a double from the file. | |
ReadInteger | Reads a integer from the file. | |
ReadString | Reads a string from the file. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
WriteBoolean | Writes the bool. | |
WriteDouble | Writes the double. | |
WriteInteger | Writes the integer. | |
WriteString | Writes the string. |