C# Class System.Resources.ResourceSet

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

Protected Properties

Свойство Type Description
Table System.Collections.Hashtable

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
GetDefaultReader ( ) : Type
GetDefaultWriter ( ) : Type
GetObject ( String name ) : Object
GetObject ( String name, bool ignoreCase ) : Object
GetString ( String name ) : String
GetString ( String name, bool ignoreCase ) : String
ResourceSet ( IResourceReader reader ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ReadResources ( ) : void
ResourceSet ( ) : System

Private Methods

Méthode Description
GetEnumerator ( ) : IDictionaryEnumerator
GetEnumeratorHelper ( ) : IDictionaryEnumerator
IEnumerable ( ) : IEnumerator
ResourceSet ( Stream stream ) : System
ResourceSet ( String fileName ) : System
ResourceSet ( bool junk ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetDefaultReader() public méthode

public GetDefaultReader ( ) : Type
Résultat Type

GetDefaultWriter() public méthode

public GetDefaultWriter ( ) : Type
Résultat Type

GetObject() public méthode

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

GetObject() public méthode

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

GetString() public méthode

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

GetString() public méthode

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

ReadResources() protected méthode

protected ReadResources ( ) : void
Résultat void

ResourceSet() protected méthode

protected ResourceSet ( ) : System
Résultat System

ResourceSet() public méthode

public ResourceSet ( IResourceReader reader ) : System
reader IResourceReader
Résultat System

Property Details

Table protected_oe property

protected Hashtable,System.Collections Table
Résultat System.Collections.Hashtable