GetAttributes
public static Attribute[] GetAttributes(Assembly assembly) ;
Get Attributes.
Parameter Name | Description |
---|---|
assembly | Assembly |
Attributes
public static T[] GetAttributes<T>(Assembly assembly) ;
Get Attribute (generic)
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Target Type |
|
Parameter Name | Description |
---|---|
assembly | Assembly |
Attribute
public static Attribute[] GetAttributes(MemberInfo member) ;
Get Attributes.
Parameter Name | Description |
---|---|
member | MemberInfo |
Attributes
public static Attribute[] GetAttributes(Type type) ;
Get Attributes.
Parameter Name | Description |
---|---|
type | Type |
Attributes
public static T[] GetAttributes<T>(MemberInfo member) ;
Get Attribute (generic)
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Target Type |
|
Parameter Name | Description |
---|---|
member | MemberInfo |
Attribute
public static T[] GetAttributes<T>(Type type) ;
Get Attribute (generic)
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Target Type |
|
Parameter Name | Description |
---|---|
type | Type |
Attribute