Attributeのヘルパークラス。
More...
static Attribute GetAttribute |
( |
MemberInfo |
member, |
|
|
System.Type |
targetType |
|
) |
| |
|
static |
Attributeを取得
- Parameters
-
member | MemberInfo |
targetType | 取得する型 |
- Returns
- Attribute
Attributeを取得 (generic)
- Template Parameters
-
- Parameters
-
- Returns
- Attribute
static Attribute [] GetAttributes |
( |
MemberInfo |
member | ) |
|
|
static |
Attributeを取得。
- Parameters
-
- Returns
- Attributes
static bool HasAttribute |
( |
MemberInfo |
member, |
|
|
System.Type |
targetType |
|
) |
| |
|
static |
Attributeがあるかどうか。
- Parameters
-
member | MemberInfo |
targetType | 取得する型 |
- Returns
- Attributeがあるかどうか。
Attributeがあるかどうか。
- Template Parameters
-
- Parameters
-
- Returns
- Attributeがあるかどうか。