C# 클래스 FirstFloor.ModernUI.CustomResourceManager

상속: System.Resources.ResourceManager
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BasicMode bool

공개 메소드들

메소드 설명
CustomResourceManager ( string baseName, Assembly assembly ) : System
GetString ( string name, CultureInfo culture ) : string
SetCustomSource ( string>.Dictionary direct ) : void
SetCustomSource ( string directory ) : void

비공개 메소드들

메소드 설명
LoadCustomResource ( string filename ) : string>.Dictionary

메소드 상세

CustomResourceManager() 공개 메소드

public CustomResourceManager ( string baseName, Assembly assembly ) : System
baseName string
assembly System.Reflection.Assembly
리턴 System

GetString() 공개 메소드

public GetString ( string name, CultureInfo culture ) : string
name string
culture System.Globalization.CultureInfo
리턴 string

SetCustomSource() 공개 정적인 메소드

public static SetCustomSource ( string>.Dictionary direct ) : void
direct string>.Dictionary
리턴 void

SetCustomSource() 공개 정적인 메소드

public static SetCustomSource ( string directory ) : void
directory string
리턴 void

프로퍼티 상세

BasicMode 공개적으로 정적으로 프로퍼티

public static bool BasicMode
리턴 bool