C# Class System.Resources.RuntimeResourceSet

Inheritance: ResourceSet, IEnumerable
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IDictionaryEnumerator
GetObject ( String key ) : Object
GetObject ( String key, bool ignoreCase ) : Object
GetString ( String key ) : String
GetString ( String key, bool ignoreCase ) : String

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

GetObject() public method

public GetObject ( String key ) : Object
key String
return Object

GetObject() public method

public GetObject ( String key, bool ignoreCase ) : Object
key String
ignoreCase bool
return Object

GetString() public method

public GetString ( String key ) : String
key String
return String

GetString() public method

public GetString ( String key, bool ignoreCase ) : String
key String
ignoreCase bool
return String