_Assembly.IsDefined(Type, Boolean) Method
Definition
Provides COM objects with version-independent access to the IsDefined(Type, Boolean) method.
public:
bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
Parameters
- inherit
- Boolean
This argument is ignored for objects of this type.
Returns
true
if a custom attribute identified by the specified Type is defined; otherwise, false
.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The IsDefined method indicates whether a custom attribute identified by the specified Type is defined.