CallSite Class

Definition

A dynamic call site base class. This type is used as a parameter type to the dynamic site targets.

public ref class CallSite
public class CallSite
type CallSite = class
Public Class CallSite
Inheritance
CallSite
Derived

Properties

Binder

Class responsible for binding dynamic operations on the dynamic site.

Methods

Create(Type, CallSiteBinder)

Creates a call site with the given delegate type and binder.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to