CallSiteBinder Methods

 

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

NameDescription
System_CAPS_pubmethodBind(array<Object^>^, ReadOnlyCollection<ParameterExpression^>^, LabelTarget^)

Performs the runtime binding of the dynamic operation on a set of arguments.

System_CAPS_pubmethodBindDelegate<T>(CallSite<T>^, array<Object^>^)

Provides low-level runtime binding support. Classes can override this and provide a direct delegate for the implementation of rule. This can enable saving rules to disk, having specialized rules available at runtime, or providing a different caching policy.

System_CAPS_protmethodCacheTarget<T>(T)

Adds a target to the cache of known targets. The cached targets will be scanned before calling BindDelegate to produce the new rule.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: