C# 클래스 System.Resources.WindowsRuntimeResourceManager

상속: System.Resources.WindowsRuntimeResourceManagerBase
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetString ( String stringName, String startingCulture, String neutralResourcesCulture ) : String
Initialize ( string libpath, string reswFilename, System.Resources.PRIExceptionInfo &exceptionInfo ) : bool
SetGlobalResourceContextDefaultCulture ( CultureInfo ci ) : bool

비공개 메소드들

메소드 설명
FindPackageSimpleNameForFilename ( string libpath ) : string
GetBestFitCultureFromLanguageList ( List languages ) : CultureInfo
GlobalResourceContextChanged ( object sender, IMapChangedEventArgs e ) : void
InitializeStaticGlobalResourceContext ( global resourceManager ) : void
InitializeStatics ( ) : bool
InitializeStaticsForDependentPackages ( ) : void
LibpathContainsPackagename ( String libpath, String packagename ) : bool
LibpathMatchesPackagepath ( String libpath, String packagepath ) : bool
ReadOnlyListToString ( IReadOnlyList list ) : string
StringToReadOnlyList ( string s ) : IReadOnlyList

메소드 상세

GetString() 공개 메소드

public GetString ( String stringName, String startingCulture, String neutralResourcesCulture ) : String
stringName String
startingCulture String
neutralResourcesCulture String
리턴 String

Initialize() 공개 메소드

public Initialize ( string libpath, string reswFilename, System.Resources.PRIExceptionInfo &exceptionInfo ) : bool
libpath string
reswFilename string
exceptionInfo System.Resources.PRIExceptionInfo
리턴 bool

SetGlobalResourceContextDefaultCulture() 공개 메소드

public SetGlobalResourceContextDefaultCulture ( CultureInfo ci ) : bool
ci System.Globalization.CultureInfo
리턴 bool