GeneralResourceStorage.TryGetObject - метод Смотри также Terrasoft.Common - пространство имен > GeneralResourceStorage - класс : TryGetObject - метод C#
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
- obj
- Output parameter in which the object with the name objectName of the resource manager managerName is located.
Glossary Item Box
public static bool TryGetObject( string managerName, string objectName, out object obj )
Параметры
- managerName
- Name of a resource manager.
- objectName
- The name of the object.
- obj
- Output parameter in which the object with the name objectName of the resource manager managerName is located.
Тип возвращаемого значения
true
if the object with the objectName name was successfully received from the managerName resource manager; otherwise - false
.