ConstructorInfoWrapper.GetCustomAttributes Method (Boolean)
This member overrides MemberInfo.GetCustomAttributes(Boolean).
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function GetCustomAttributes ( _
inherit As Boolean _
) As Object()
public override Object[] GetCustomAttributes(
bool inherit
)
Parameters
- inherit
Type: System.Boolean
Return Value
Type: array<System.Object[]
Implements
ICustomAttributeProvider.GetCustomAttributes(Boolean)
_MemberInfo.GetCustomAttributes(Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.