CallSiteOps Methods

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddRule(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.

System_CAPS_pubmethodSystem_CAPS_staticBind(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.

System_CAPS_pubmethodSystem_CAPS_staticClearMatch(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateMatchmaker(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.

System_CAPS_pubmethodSystem_CAPS_staticGetCachedRules(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.

System_CAPS_pubmethodSystem_CAPS_staticGetMatch(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

System_CAPS_pubmethodSystem_CAPS_staticGetRuleCache(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.

System_CAPS_pubmethodSystem_CAPS_staticGetRules(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.

System_CAPS_pubmethodSystem_CAPS_staticMoveRule(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.

System_CAPS_pubmethodSystem_CAPS_staticSetNotMatched(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.

System_CAPS_pubmethodSystem_CAPS_staticUpdateRules(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.

Return to top
Show: