C# 클래스 MassEffect3.Coalesce.CoalesceSettings

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
CoalesceSettings ( IEnumerable compileTypes = null, int overrideCompileValueTypes = -1 ) : System
FromDictionary ( string>.Dictionary settings ) : CoalesceSettings
FromXml ( IEnumerable settings ) : CoalesceSettings
Parse ( string>.Dictionary settings ) : void
Parse ( IEnumerable settings ) : void
SetValue ( string name, object value ) : void
TrySetValue ( string name, object value ) : bool

메소드 상세

CoalesceSettings() 공개 메소드

public CoalesceSettings ( IEnumerable compileTypes = null, int overrideCompileValueTypes = -1 ) : System
compileTypes IEnumerable
overrideCompileValueTypes int
리턴 System

FromDictionary() 공개 정적인 메소드

public static FromDictionary ( string>.Dictionary settings ) : CoalesceSettings
settings string>.Dictionary
리턴 CoalesceSettings

FromXml() 공개 정적인 메소드

public static FromXml ( IEnumerable settings ) : CoalesceSettings
settings IEnumerable
리턴 CoalesceSettings

Parse() 공개 메소드

public Parse ( string>.Dictionary settings ) : void
settings string>.Dictionary
리턴 void

Parse() 공개 메소드

public Parse ( IEnumerable settings ) : void
settings IEnumerable
리턴 void

SetValue() 공개 메소드

public SetValue ( string name, object value ) : void
name string
value object
리턴 void

TrySetValue() 공개 메소드

public TrySetValue ( string name, object value ) : bool
name string
value object
리턴 bool