Implemented interface members:
method
GetCustomAttributes
System.Runtime.InteropServices._Assembly.GetCustomAttributes(System.Boolean)
method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Boolean)
2 overrides of GetCustomAttributes
mscorlib (2)
system\reflection\assembly.cs (1)
1646public override Object[] GetCustomAttributes(bool inherit)
system\reflection\emit\assemblybuilder.cs (1)
1177public override Object[] GetCustomAttributes(bool inherit)
3 references to GetCustomAttributes
System.Web (1)
Handlers\AssemblyResourceLoader.cs (1)
242object[] attrs = assembly.GetCustomAttributes(false);
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
60object[] attributes = assembly.GetCustomAttributes(true);
System.Xml (1)
System\Xml\Serialization\CodeExporter.cs (1)
126object[] attributes = assembly.GetCustomAttributes(true);