C# Class System.Resources.WindowsRuntimeResourceManager

Inheritance: System.Resources.WindowsRuntimeResourceManagerBase
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetString ( String stringName, String startingCulture, String neutralResourcesCulture ) : String
Initialize ( string libpath, string reswFilename, System.Resources.PRIExceptionInfo &exceptionInfo ) : bool
SetGlobalResourceContextDefaultCulture ( CultureInfo ci ) : bool

Private Methods

Méthode Description
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

Method Details

GetString() public méthode

public GetString ( String stringName, String startingCulture, String neutralResourcesCulture ) : String
stringName String
startingCulture String
neutralResourcesCulture String
Résultat String

Initialize() public méthode

public Initialize ( string libpath, string reswFilename, System.Resources.PRIExceptionInfo &exceptionInfo ) : bool
libpath string
reswFilename string
exceptionInfo System.Resources.PRIExceptionInfo
Résultat bool

SetGlobalResourceContextDefaultCulture() public méthode

public SetGlobalResourceContextDefaultCulture ( CultureInfo ci ) : bool
ci System.Globalization.CultureInfo
Résultat bool