See Also

IProxyTypeBuilder Interface  | Spring.Proxy Namespace

See Also Spring.Core Send comments on this topic.

IProxyTypeBuilder Interface Members

Spring.Proxy Namespace : IProxyTypeBuilder Interface

IProxyTypeBuilder overview

Public Properties

 Property BaseType The Object of the class that the proxy must inherit from.
 Property ClassAttributes The list of custom Attributes that the proxy class must be decorated with.
 Property MemberAttributes The custom Attributes that the proxy members must be decorated with.
 Property Name The name of the proxy Type.
 Property TargetType The Type of the target object.

Public Methods

 Method BuildProxy Creates the proxy.

See Also

IProxyTypeBuilder Interface  | Spring.Proxy Namespace

 

 


© 2004-2006 Spring.NET Authors. All Rights Reserved.