C# Class System.Resources.ResourceSet

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

Protected Properties

Property Type Description
Table System.Collections.Hashtable

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ReadResources ( ) : void
ResourceSet ( ) : System

Private Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetDefaultReader() public method

public GetDefaultReader ( ) : Type
return Type

GetDefaultWriter() public method

public GetDefaultWriter ( ) : Type
return Type

GetObject() public method

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

GetObject() public method

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

GetString() public method

public GetString ( String name ) : String
name String
return String

GetString() public method

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

ReadResources() protected method

protected ReadResources ( ) : void
return void

ResourceSet() protected method

protected ResourceSet ( ) : System
return System

ResourceSet() public method

public ResourceSet ( IResourceReader reader ) : System
reader IResourceReader
return System

Property Details

Table protected_oe property

protected Hashtable,System.Collections Table
return System.Collections.Hashtable