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)
1646
public override Object[]
GetCustomAttributes
(bool inherit)
system\reflection\emit\assemblybuilder.cs (1)
1177
public override Object[]
GetCustomAttributes
(bool inherit)
3 references to GetCustomAttributes
System.Web (1)
Handlers\AssemblyResourceLoader.cs (1)
242
object[] attrs = assembly.
GetCustomAttributes
(false);
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
60
object[] attributes = assembly.
GetCustomAttributes
(true);
System.Xml (1)
System\Xml\Serialization\CodeExporter.cs (1)
126
object[] attributes = assembly.
GetCustomAttributes
(true);