_Assembly::GetCustomAttributes Method (Type^, Boolean)
Provides COM objects with version-independent access to the GetCustomAttributes method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
-
Type:
System::Type^
The Type for which the custom attributes are to be returned.
- inherit
-
Type:
System::Boolean
This argument is ignored for objects of type Assembly.
Return Value
Type: array<System::Object^>^An array of type Object containing the custom attributes for this assembly as specified by attributeType.
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetCustomAttributes method gets all the custom attributes for this assembly.
Available since 1.1