| 名称 | 说明 |
---|
 | DeleteKey |
删除某个Section下的键
(继承自 IniBase。) |
 | Dispose |
析构函数
(继承自 IniBase。) |
 | Equals | (继承自 Object。) |
 | EraseSection |
清除某个Section
(继承自 IniBase。) |
 | Finalize |
确保资源的释放
(继承自 IniBase。) |
 | GetHashCode | (继承自 Object。) |
 | GetKeys |
获取指定的Section名称中的所有Key
(继承自 IniBase。) |
 | GetSectionValues |
读取指定的Section的所有Value到列表中
(继承自 IniBase。) |
 | GetType | (继承自 Object。) |
 | KeyExists |
检查某个Section下的某个键值是否存在
(继承自 IniBase。) |
 | MemberwiseClone | (继承自 Object。) |
 | Read |
读取字符串
(继承自 IniBase。) |
 | ReadBool |
读布尔
|
 | ReadByte |
读Byte
|
 | ReadBytes |
读Byte数组
|
 | ReadChar |
读Char
|
 | ReadColor |
读Color
|
 | ReadDateTime |
读DateTime
|
 | ReadDecimal |
读Decimal
|
 | ReadDouble |
读Double
|
 | ReadFloat |
读Float
|
 | ReadInt |
读整数
|
 | ReadLong |
读整数
|
 | ReadPoint |
读Point
|
 | ReadPointF |
读PointF
|
 | ReadSByte |
读Byte
|
 | ReadShort |
读整数
|
 | ReadSize |
读Size
|
 | ReadSizeF |
读SizeF
|
 | ReadStructT |
读结构
|
 | ReadUInt |
读整数
|
 | ReadULong |
读整数
|
 | ReadUShort |
读整数
|
 | ToString | (继承自 Object。) |
 | UpdateFile |
Note:对于Win9X,来说需要实现UpdateFile方法将缓冲中的数据写入文件
在Win NT, 2000和XP上,都是直接写文件,没有缓冲,所以,无须实现UpdateFile
执行完对Ini文件的修改之后,应该调用本方法更新缓冲区。
(继承自 IniBase。) |
 | Write(String, String, String) |
写字符串
(继承自 IniBase。) |
 | Write(String, String, Boolean) |
写布尔
|
 | Write(String, String, Byte) |
写Byte
|
 | Write(String, String, Byte) |
写Byte数组
|
 | Write(String, String, Char) |
写Char
|
 | Write(String, String, DateTime) |
写DateTime
|
 | Write(String, String, Decimal) |
写Decimal
|
 | Write(String, String, Double) |
写Double
|
 | Write(String, String, Color) |
写Color
|
 | Write(String, String, Point) |
写Point
|
 | Write(String, String, PointF) |
写PointF
|
 | Write(String, String, Size) |
写Size
|
 | Write(String, String, SizeF) |
写SizeF
|
 | Write(String, String, Int16) |
写整数
|
 | Write(String, String, Int32) |
写整数
|
 | Write(String, String, Int64) |
写整数
|
 | Write(String, String, SByte) |
写SByte
|
 | Write(String, String, Single) |
写Float
|
 | Write(String, String, UInt16) |
写整数
|
 | Write(String, String, UInt32) |
写整数
|
 | Write(String, String, UInt64) |
写整数
|
 | WriteStructT |
写结构
|