INIFileHelper Class

HD.Common

INIFileHelper Class Helper帮助文档
INI文件读写类。
Inheritance Hierarchy

SystemObject  HD.CommonINIFileHelper

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

  NameDescription
Public methodINIFileHelper
构造函数
Top
Methods

  NameDescription
Public methodClearAllSection
删除ini文件下所有段落
Public methodClearSection
删除ini文件下personal段落下的所有键
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIniReadValue
读取INI文件
Public methodIniReadValues
Public methodIniWriteValue
写INI文件
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldpath
Ini文件路径
Top
See Also

Reference