Click or drag to resize

IniReadWriteClass Class

ini 설정파일 읽기/쓰기 클래스
Inheritance Hierarchy
SystemObject
  Mcc.Series.CommonIniReadWriteClass

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class IniReadWriteClass : IDisposable

The IniReadWriteClass type exposes the following members.

Constructors
  NameDescription
Public methodIniReadWriteClass
생성자
Top
Methods
  NameDescription
Public methodDispose
소멸자
Protected methodDispose(Boolean)
소멸자
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFileExists
파일 존재여부를 판단
Protected methodFinalize
소멸자
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadIni
파일읽기
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteIni
파일쓰기
Top
See Also