Click or drag to resize

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
C#
protected static Object GetAttributeValue(
	Object obj,
	string attributeName,
	int parameterIndex
)

Parameters

obj
Type: SystemObject
attributeName
Type: SystemString
parameterIndex
Type: SystemInt32

Return Value

Type: Object
See Also