_Assembly::IsDefined Method (Type^, Boolean)
.NET Framework (current version)
Provides COM objects with version-independent access to the IsDefined method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
-
Type:
System::Type^
The Type of the custom attribute to be checked for this assembly.
- inherit
-
Type:
System::Boolean
This argument is ignored for objects of this type.
Return Value
Type: System::Booleantrue if a custom attribute identified by the specified Type is defined; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: