This documentation is archived and is not being maintained.
CallSiteOps Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates and caches binding rules.
Assembly: System.Core (in System.Core.dll)
The CallSiteOps type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AddRule<T> | Obsolete. Adds a rule to the cache maintained on the dynamic call site. |
![]() ![]() | Bind<T> | Obsolete. Updates the call site target with a new rule based on the arguments. |
![]() ![]() | ClearMatch | Obsolete. Clears the match flag on the matchmaker call site. |
![]() ![]() | CreateMatchmaker<T> | Obsolete. Creates an instance of a dynamic call site used for cache lookup. |
![]() ![]() | GetCachedRules<T> | Obsolete. Searches the dynamic rule cache for rules applicable to the dynamic operation. |
![]() ![]() | GetMatch | Obsolete. Checks whether the executed rule matched |
![]() ![]() | GetRuleCache<T> | Obsolete. Retrieves binding rule cache. |
![]() ![]() | GetRules<T> | Obsolete. Gets the dynamic binding rules from the call site. |
![]() ![]() | MoveRule<T> | Obsolete. Moves the binding rule within the cache. |
![]() ![]() | SetNotMatched | Obsolete. Checks if a dynamic site requires an update. |
![]() ![]() | UpdateRules<T> | Obsolete. Updates rules in the cache. |
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:
