点击或拖拽改变大小

IniFileEx 类

Sweet 开发框架
INI 文件读取类(不用WinAPI)
继承层次
SystemObject
  Sweet.CommonIniFileEx

命名空间:  Sweet.Common
程序集:  Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public class IniFileEx

IniFileEx 类型公开以下成员。

构造函数
  名称说明
公共方法IniFileEx(String)
初始化 IniFileEx 类的一个新实例
公共方法IniFileEx(String, Encoding)
初始化 IniFileEx 类的一个新实例
Top
属性
方法
  名称说明
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetSectionValues
读取指定的Section的所有Value到列表中
公共方法GetType (继承自 Object。)
公共方法KeyNames
受保护的方法MemberwiseClone (继承自 Object。)
公共方法Read
公共方法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
读整数
公共方法Save
公共方法Save(String, Encoding)
公共方法SectionValues
公共方法ToString (继承自 Object。)
公共方法UpdateFile
公共方法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, String)
公共方法Write(String, String, UInt16)
写整数
公共方法Write(String, String, UInt32)
写整数
公共方法Write(String, String, UInt64)
写整数
公共方法WriteStructT
写结构
Top
扩展方法
  名称说明
公共扩展器方法ConsoleWriteLine (由 SystemEx 定义。)
公共扩展器方法WriteConsole (由 UConsole 定义。)
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架