The methods of the IniWriter class are listed below. For a complete list of IniWriter class members, see the IniWriter Members topic.
|  Close | Closes the current writer and frees the resources. | 
|  Dispose | Overloaded. Cleans up all managed and unmanaged resources for the instance. | 
|  Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
|  Flush | Flushes the current writer and frees the resources. | 
|  GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
|  GetType (inherited from Object) | Gets the Type of the current instance. | 
|  ToString | Returns the string version of the current written text. | 
|  WriteEmpty | Overloaded. Writes an empty line. | 
|  WriteKey | Overloaded. Writes a key to a section. | 
|  WriteSection | Overloaded. Writes an INI section. | 
|  Dispose | Overloaded. Cleans up all unmanaged resources for the instance and optionally the managed resouces as well. | 
|  Finalize | Destructor. | 
|  MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
IniWriter Class | Nini.Ini Namespace