CallSiteOps Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AddRule(Of T)(CallSite(Of T), T) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Adds a rule to the cache maintained on the dynamic call site. |
![]() ![]() | Bind(Of T)(CallSiteBinder, CallSite(Of T), Object()) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Updates the call site target with a new rule based on the arguments. |
![]() ![]() | ClearMatch(CallSite) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Clears the match flag on the matchmaker call site. |
![]() ![]() | CreateMatchmaker(Of T)(CallSite(Of T)) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Creates an instance of a dynamic call site used for cache lookup. |
![]() ![]() | GetCachedRules(Of T)(RuleCache(Of T)) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Searches the dynamic rule cache for rules applicable to the dynamic operation. |
![]() ![]() | GetMatch(CallSite) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Checks whether the executed rule matched |
![]() ![]() | GetRuleCache(Of T)(CallSite(Of T)) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves binding rule cache. |
![]() ![]() | GetRules(Of T)(CallSite(Of T)) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Gets the dynamic binding rules from the call site. |
![]() ![]() | MoveRule(Of T)(RuleCache(Of T), T, Int32) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Moves the binding rule within the cache. |
![]() ![]() | SetNotMatched(CallSite) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Checks if a dynamic site requires an update. |
![]() ![]() | UpdateRules(Of T)(CallSite(Of T), Int32) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Updates rules in the cache. |

