Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

ReflectionUtilities.FindTypeByShortName - метод Смотри также  Terrasoft.Common - пространство имен > ReflectionUtilities - класс : FindTypeByShortName - метод C#

assembly
The assembly to search in.
name
The name of the type.

Glossary Item Box

Searches the type by the specified short name in the specified assembly.

Синтаксис

public static Type FindTypeByShortName( 
   Assembly assembly, 
   string name 
)

Параметры

assembly
The assembly to search in.
name
The name of the type.

Тип возвращаемого значения

true if the type with the name name has been found in the assembly assembly; otherwise - false.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?