C# Class System.Resources.RuntimeResourceSet

Inheritance: ResourceSet, IEnumerable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IDictionaryEnumerator
GetObject ( String key ) : Object
GetObject ( String key, bool ignoreCase ) : Object
GetString ( String key ) : String
GetString ( String key, bool ignoreCase ) : String

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetEnumeratorHelper ( ) : IDictionaryEnumerator
GetObject ( String key, bool ignoreCase, bool isString ) : Object
IEnumerable ( ) : IEnumerator
ResolveResourceLocator ( ResourceLocator resLocation, String key, ResourceLocator>.Dictionary copyOfCache, bool keyInWrongCase ) : Object
RuntimeResourceSet ( Stream stream ) : System
RuntimeResourceSet ( String fileName ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetObject() public méthode

public GetObject ( String key ) : Object
key String
Résultat Object

GetObject() public méthode

public GetObject ( String key, bool ignoreCase ) : Object
key String
ignoreCase bool
Résultat Object

GetString() public méthode

public GetString ( String key ) : String
key String
Résultat String

GetString() public méthode

public GetString ( String key, bool ignoreCase ) : String
key String
ignoreCase bool
Résultat String