C# Class FirstFloor.ModernUI.CustomResourceManager

Inheritance: System.Resources.ResourceManager
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Свойство Type Description
BasicMode bool

Méthodes publiques

Méthode Description
CustomResourceManager ( string baseName, Assembly assembly ) : System
GetString ( string name, CultureInfo culture ) : string
SetCustomSource ( string>.Dictionary direct ) : void
SetCustomSource ( string directory ) : void

Private Methods

Méthode Description
LoadCustomResource ( string filename ) : string>.Dictionary

Method Details

CustomResourceManager() public méthode

public CustomResourceManager ( string baseName, Assembly assembly ) : System
baseName string
assembly System.Reflection.Assembly
Résultat System

GetString() public méthode

public GetString ( string name, CultureInfo culture ) : string
name string
culture System.Globalization.CultureInfo
Résultat string

SetCustomSource() public static méthode

public static SetCustomSource ( string>.Dictionary direct ) : void
direct string>.Dictionary
Résultat void

SetCustomSource() public static méthode

public static SetCustomSource ( string directory ) : void
directory string
Résultat void

Property Details

BasicMode public_oe static_oe property

public static bool BasicMode
Résultat bool