IniResourceWriter: Generate

Generate

Creates a section within an INI file.



 Public Sub Generate ( )

Remarks

All existing key-value pairs already in the specified section of the INI file will be removed.

The Generate method is called implicitly by the CloseWriter method if it is not called by your application code.

Generate can be called only once. After you call Generate, all IniResourceWriter methods other than CloseWriter will throw an exception.

See Also

Project CorLib Overview

Class IniResourceWriter Overview