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<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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:
