C# Class XSharp.Project.Resources

This class represent resource storage and management functionality.
Mostra file Open project: X-Sharp/XSharpPublic Class Usage Examples

Private Properties

Property Type Description
GetLoader Resources
Resources System

Public Methods

Method Description
GetObject ( string name ) : object

Provide access to resource object value.

GetString ( string name ) : string

Provide access to resource string value.

Private Methods

Method Description
GetLoader ( ) : Resources
Resources ( ) : System

Internal explicitly defined default constructor.

Method Details

GetObject() public static method

Provide access to resource object value.
public static GetObject ( string name ) : object
name string Received object name.
return object

GetString() public static method

Provide access to resource string value.
public static GetString ( string name ) : string
name string Received string name.
return string