| Spring.Proxy Namespace : AbstractProxyTypeBuilder Class |
Generic proxy builder that can be used to create a proxy for any class.
For a list of all members of this type, see AbstractProxyTypeBuilder members.
Spring.Proxy.AbstractProxyTypeBuilder
Spring.Proxy.InheritanceProxyTypeBuilder
Spring.Proxy.CompositionProxyTypeBuilder
[Visual Basic]
Public MustInherit Class AbstractProxyTypeBuilder
Implements IProxyTypeBuilder [C#]
public abstract class AbstractProxyTypeBuilder : IProxyTypeBuilder This abstract (MustInherit in Visual Basic) class provides a set of template methods that derived classes can override to provide custom behaviour appropriate to the type of proxy that is being generated (one of inheritance or composition-based proxying).
Namespace: Spring.Proxy
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Spring.Core (in Spring.Core.dll)
AbstractProxyTypeBuilder Members | Spring.Proxy Namespace
© 2004-2006 Spring.NET Authors. All Rights Reserved.