The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CallSiteOps Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates and caches binding rules.
Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
The CallSiteOps type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AddRule(Of T) | Obsolete. Adds a rule to the cache maintained on the dynamic call site. |
![]() ![]() | Bind(Of 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(Of T) | Obsolete. Creates an instance of a dynamic call site used for cache lookup. |
![]() ![]() | GetCachedRules(Of T) | Obsolete. Searches the dynamic rule cache for rules applicable to the dynamic operation. |
![]() ![]() | GetMatch | Obsolete. Checks whether the executed rule matched |
![]() ![]() | GetRuleCache(Of T) | Obsolete. Retrieves binding rule cache. |
![]() ![]() | GetRules(Of T) | Obsolete. Gets the dynamic binding rules from the call site. |
![]() ![]() | MoveRule(Of T) | Obsolete. Moves the binding rule within the cache. |
![]() ![]() | SetNotMatched | Obsolete. Checks if a dynamic site requires an update. |
![]() ![]() | UpdateRules(Of T) | Obsolete. Updates rules in the cache. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

