_MemberInfo::GetCustomAttributes Method
.NET Framework (current version)
Provides COM objects with version-independent access to the MemberInfo::GetCustomAttributes method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetCustomAttributes(Boolean) | Provides COM objects with version-independent access to the MemberInfo::GetCustomAttributes method. |
![]() | GetCustomAttributes(Type^, Boolean) | Provides COM objects with version-independent access to the Assembly::GetCustomAttributes method. |
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The MemberInfo::GetCustomAttributes method returns all attributes applied to this member.
Show:
