See Also

AbstractProxyTypeBuilder Members  | Spring.Proxy Namespace

Requirements

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)

Language

Visual Basic

C#

Show All

See Also Requirements Languages Spring.Core Send comments on this topic.

AbstractProxyTypeBuilder Class

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.

Inheritance Hierarchy

System.Object
   Spring.Proxy.AbstractProxyTypeBuilder
      Spring.Proxy.InheritanceProxyTypeBuilder
      Spring.Proxy.CompositionProxyTypeBuilder

Syntax

[Visual Basic]
Public MustInherit Class AbstractProxyTypeBuilder    Implements IProxyTypeBuilder 
[C#]
public abstract class AbstractProxyTypeBuilder : IProxyTypeBuilder 

Remarks

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).

Requirements

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)

See Also

AbstractProxyTypeBuilder Members  | Spring.Proxy Namespace

 

 


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