C# 클래스 AlbLib.INI.INIProperty

상속: INIObject
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
INIProperty ( string name ) : System
INIProperty ( string name, INISection section ) : System
INIProperty ( string name, object value ) : System
INIProperty ( string name, string value ) : System
INIProperty ( string name, string value, INISection section ) : System
ToBoolean ( ) : bool
ToInt32 ( ) : int
ToString ( ) : string

메소드 상세

INIProperty() 공개 메소드

public INIProperty ( string name ) : System
name string
리턴 System

INIProperty() 공개 메소드

public INIProperty ( string name, INISection section ) : System
name string
section INISection
리턴 System

INIProperty() 공개 메소드

public INIProperty ( string name, object value ) : System
name string
value object
리턴 System

INIProperty() 공개 메소드

public INIProperty ( string name, string value ) : System
name string
value string
리턴 System

INIProperty() 공개 메소드

public INIProperty ( string name, string value, INISection section ) : System
name string
value string
section INISection
리턴 System

ToBoolean() 공개 메소드

public ToBoolean ( ) : bool
리턴 bool

ToInt32() 공개 메소드

public ToInt32 ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string