ReflectionUtilities.IsTypeOf(Object,String,Boolean) - метод Смотри также Terrasoft.Common - пространство имен > ReflectionUtilities - класс > IsTypeOf - метод : IsTypeOf(Object,String,Boolean) - метод C#
- obj
- The object to verify.
- typeFullName
- The full name of the type.
- shallow
- Indicates whether the verification must be made on all hierarchy levels.
Glossary Item Box
Параметры
- obj
- The object to verify.
- typeFullName
- The full name of the type.
- shallow
- Indicates whether the verification must be made on all hierarchy levels.
Тип возвращаемого значения
true
, if the obj object is type typeFullName; otherwise - false
.Overloaded method.