Property | Type | Description | |
---|---|---|---|
ShowTechnologyUsed | bool | ||
SupportInfo | string | ||
TechnologyUsed | string |
Method | Description | |
---|---|---|
AssemblySupportAttribute ( ) : System | ||
AssemblySupportAttribute ( string supportInfo ) : System | ||
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System | ||
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System |
public AssemblySupportAttribute ( string supportInfo ) : System | ||
supportInfo | string | |
return | System |
public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System | ||
supportInfo | string | |
showTechnologyUsed | bool | |
return | System |
public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System | ||
supportInfo | string | |
showTechnologyUsed | bool | |
technologyUsed | string | |
return | System |