CallSiteOps Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates and caches binding rules.
Inheritance Hierarchy
System.Object
System.Runtime.CompilerServices.CallSiteOps
Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DebuggerStepThroughAttribute> _
Public NotInheritable Class CallSiteOps
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DebuggerStepThroughAttribute]
public static class CallSiteOps
The CallSiteOps type exposes the following members.
Methods
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. |
Top
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.