_MemberInfo::IsDefined Method (Type^, Boolean)
.NET Framework (current version)
Provides COM objects with version-independent access to the MemberInfo::IsDefined method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
-
Type:
System::Type^
The Type object to which the custom attributes are applied.
- inherit
-
Type:
System::Boolean
true to search this member's inheritance chain to find the attributes; otherwise, false.
Return Value
Type: System::Booleantrue if one or more instance of the attributeType parameter is applied to this member; otherwise, false.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The IsDefined method indicates whether one or more instances of the attributeType parameter are applied to this member.
.NET Framework
Available since 1.1
Available since 1.1
Show: