Assembly.GetCustomAttributes Method
.NET Framework 3.0
Gets the custom attributes for this assembly.
| Name | Description |
|---|---|
| Assembly.GetCustomAttributes (Boolean) | Gets all the custom attributes for this assembly. Supported by the .NET Compact Framework. |
| Assembly.GetCustomAttributes (Type, Boolean) | Gets the custom attributes for this assembly as specified by type. Supported by the .NET Compact Framework. |