Is target type attributes, method attributes, method's return type attributes and method's parameter attributes to be proxied in addition to any interfaces declared on the proxied Type?
[Visual Basic] Public Overridable Property ProxyTargetAttributes() As Boolean Public Get End Get Public Set End Set End Property
[C#] public virtual bool ProxyTargetAttributes { public get; public set; }