C# 클래스 AcManager.Tools.Helpers.IniFileExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
GetColor ( this section, [ key, Color defaultValue ) : Color
GetColor ( this section, [ key, Color defaultValue, double defaultMultipler, double &multipler ) : Color
Set ( this section, [ key, Color entry ) : void
Set ( this section, [ key, Color entry, double multipler ) : void
Set ( this section, [ key, SettingEntry entry ) : void

비공개 메소드들

메소드 설명
GetEntry ( this section, [ key, IList entries ) : SettingEntry
GetEntry ( this section, [ key, IList entries, [ defaultValue ) : SettingEntry
GetEntry ( this section, [ key, IList entries, int defaultValueId ) : SettingEntry

메소드 상세

GetColor() 공개 정적인 메소드

public static GetColor ( this section, [ key, Color defaultValue ) : Color
section this
key [
defaultValue Color
리턴 Color

GetColor() 공개 정적인 메소드

public static GetColor ( this section, [ key, Color defaultValue, double defaultMultipler, double &multipler ) : Color
section this
key [
defaultValue Color
defaultMultipler double
multipler double
리턴 Color

Set() 공개 정적인 메소드

public static Set ( this section, [ key, Color entry ) : void
section this
key [
entry Color
리턴 void

Set() 공개 정적인 메소드

public static Set ( this section, [ key, Color entry, double multipler ) : void
section this
key [
entry Color
multipler double
리턴 void

Set() 공개 정적인 메소드

public static Set ( this section, [ key, SettingEntry entry ) : void
section this
key [
entry SettingEntry
리턴 void