ResolverGetAttributeValue Method |
Get the value of the specified parameter of the specified attribute for the specified type or assembly object.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected static Object GetAttributeValue(
Object obj,
string attributeName,
int parameterIndex
)
Parameters
- obj
- Type: SystemObject
- attributeName
- Type: SystemString
- parameterIndex
- Type: SystemInt32
Return Value
Type:
ObjectSee Also