| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyTypeBuilder.GetTypeAttributes Method
Calculates and returns the list of attributes that apply to the specified type.
[Visual Basic]
Protected Overrides Sub GetTypeAttributes( _
ByVal
type As
Type _
)
[C#]
protected override
IList GetTypeAttributes(
Type type);
Parameters
-
type
- The type to find attributes for.
Return Value
A list of custom attributes that should be applied to type.
Remarks
Removes SerializableAttribute from the list.
See Also
AbstractAopProxyTypeBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace