GeneralResourceStorage.GetObject(String,String) - метод Смотри также Terrasoft.Common - пространство имен > GeneralResourceStorage - класс > GetObject - метод : GetObject(String,String) - метод C#
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
Glossary Item Box
public static object GetObject( string managerName, string objectName )
Параметры
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
Тип возвращаемого значения
The object with the objectName name that belongs to the resource manager with the managerName name.Исключение | Описание |
---|---|
ItemNotFoundException | If the resource manager with the name managerName was not found in the current resource store. |