GetAttributes
public static Attribute[] GetAttributes(Assembly assembly) ;
Attributeを取得。
パラメーター名 | 説明 |
---|---|
assembly | Assembly |
Attributes
public static T[] GetAttributes<T>(Assembly assembly) ;
Attributeの配列を取得 (generic)
型パラメーター名 | 説明 | 型制約 |
---|---|---|
T | 取得する型 |
|
パラメーター名 | 説明 |
---|---|
assembly | Assembly |
Attributeの配列
public static Attribute[] GetAttributes(MemberInfo member) ;
Attributeを取得。
パラメーター名 | 説明 |
---|---|
member | MemberInfo |
Attributes
public static Attribute[] GetAttributes(Type type) ;
Attributeを取得。
パラメーター名 | 説明 |
---|---|
type | Type |
Attributes
public static T[] GetAttributes<T>(MemberInfo member) ;
Attributeの配列を取得 (generic)
型パラメーター名 | 説明 | 型制約 |
---|---|---|
T | 取得する型 |
|
パラメーター名 | 説明 |
---|---|
member | MemberInfo |
Attributeの配列
public static T[] GetAttributes<T>(Type type) ;
Attributeの配列を取得 (generic)
型パラメーター名 | 説明 | 型制約 |
---|---|---|
T | 取得する型 |
|
パラメーター名 | 説明 |
---|---|
type | Type |
Attributeの配列