Свойство | Тип | Описание | |
---|---|---|---|
ShowTechnologyUsed | bool | ||
SupportInfo | string | ||
TechnologyUsed | string |
Метод | Описание | |
---|---|---|
AssemblySupportAttribute ( ) : System | ||
AssemblySupportAttribute ( string supportInfo ) : System | ||
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System | ||
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System |
public AssemblySupportAttribute ( ) : System | ||
Результат | System |
public AssemblySupportAttribute ( string supportInfo ) : System | ||
supportInfo | string | |
Результат | System |
public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System | ||
supportInfo | string | |
showTechnologyUsed | bool | |
Результат | System |
public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System | ||
supportInfo | string | |
showTechnologyUsed | bool | |
technologyUsed | string | |
Результат | System |