This documentation is archived and is not being maintained.
CallSiteBinder::BindDelegate<T> Method
Visual Studio 2010
Provides low-level runtime binding support. Classes can override this and provide a direct delegate for the implementation of rule. This can enable saving rules to disk, having specialized rules available at runtime, or providing a different caching policy.
Assembly: System.Core (in System.Core.dll)
public: generic<typename T> where T : ref class virtual T BindDelegate( CallSite<T>^ site, array<Object^>^ args )
Type Parameters
- T
The target type of the CallSite.
Parameters
- site
- Type: System.Runtime.CompilerServices::CallSite<T>
The CallSite the bind is being performed for.
- args
- Type: array<System::Object>
The arguments for the binder.
Return Value
Type: TA new delegate which replaces the CallSite Target.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: