INIFileHelper Class | Helper帮助文档 |
INI文件读写类。
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class INIFileHelper
Public Class INIFileHelper
public ref class INIFileHelper
type INIFileHelper = class end
The INIFileHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
INIFileHelper |
构造函数
|
Methods
Name | Description | |
---|---|---|
ClearAllSection |
删除ini文件下所有段落
| |
ClearSection |
删除ini文件下personal段落下的所有键
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IniReadValue |
读取INI文件
| |
IniReadValues | ||
IniWriteValue |
写INI文件
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
path |
Ini文件路径
|
See Also