Click or drag to resize
ReflectionUtilsGetAttributes Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetAttributes(System.Type,System.Type,System.Boolean)"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static Object[] GetAttributes(
	Type type,
	Type attributeType,
	bool inherit
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetAttributes(System.Type,System.Type,System.Boolean)"]

attributeType
Type: SystemType

[Missing <param name="attributeType"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetAttributes(System.Type,System.Type,System.Boolean)"]

inherit
Type: SystemBoolean

[Missing <param name="inherit"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetAttributes(System.Type,System.Type,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetAttributes(System.Type,System.Type,System.Boolean)"]

See Also