Property | Type | Description | |
---|---|---|---|
GetLoader | |||
Resources | System |
Method | Description | |
---|---|---|
GetObject ( string name ) : object |
Provide access to resource object value.
|
|
GetString ( string name ) : string |
Provide access to resource string value.
|
Method | Description | |
---|---|---|
GetLoader ( ) : |
||
Resources ( ) : System |
Internal explicitly defined default constructor.
|
public static GetObject ( string name ) : object | ||
name | string | Received object name. |
return | object |
public static GetString ( string name ) : string | ||
name | string | Received string name. |
return | string |