_Assembly::GetCustomAttributes Method (Boolean)
.NET Framework (current version)
Provides COM objects with version-independent access to the GetCustomAttributes method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- 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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: