System.Dynamic.CreateInstanceBinder Members

The members of System.Dynamic.CreateInstanceBinder are listed below.

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Public Properties

[read-only]
CallInfoCallInfo.

Gets the signature of the arguments at the call site.

[read-only]
override
ReturnTypeType.

The result type of the operation.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic create operation.

FallbackCreateInstance(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic create operation if the target dynamic object cannot bind.

abstract
FallbackCreateInstance(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject) : DynamicMetaObject

When overridden in the derived class, performs the binding of the dynamic create operation if the target dynamic object cannot bind.