Method GetCustomAttributesOnTarget
GetCustomAttributesOnTarget(Object)
Declaration
public static CustomAttributeInstance[] GetCustomAttributesOnTarget(object target)
Parameters
Type |
Name |
Description |
Object |
target |
|
Returns
GetCustomAttributesOnTarget(Object, ReflectionSearchOptions)
Declaration
public static CustomAttributeInstance[] GetCustomAttributesOnTarget(object target, ReflectionSearchOptions options)
Parameters
Returns
GetCustomAttributesOnTarget<T>(Object, ReflectionSearchOptions)
Declaration
public static IList<T> GetCustomAttributesOnTarget<T>(object target, ReflectionSearchOptions options)
where T : Attribute
Parameters
Returns
Type |
Description |
IList<T> |
|
Type Parameters