mscorlib(4.0.0.0) API with additions
System.Dynamic Namespace Reference

Classes

class  BinaryOperationBinder
 Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  BindingRestrictions
 Represents a set of binding restrictions on the T:System.Dynamic.DynamicMetaObject under which the dynamic binding is valid. More...
 
class  CallInfo
 Describes arguments in the dynamic binding process. More...
 
class  ConvertBinder
 Represents the convert dynamic operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  CreateInstanceBinder
 Represents the dynamic create operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  DeleteIndexBinder
 Represents the dynamic delete index operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  DeleteMemberBinder
 Represents the dynamic delete member operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  DynamicMetaObject
 Represents the dynamic binding and a binding logic of an object participating in the dynamic binding. More...
 
class  DynamicMetaObjectBinder
 The dynamic call site binder that participates in the T:System.Dynamic.DynamicMetaObject binding protocol. More...
 
class  DynamicObject
 Provides a base class for specifying dynamic behavior at run time. This class must be inherited from; you cannot instantiate it directly. More...
 
class  ExpandoObject
 Represents an object whose members can be dynamically added and removed at run time. More...
 
class  GetIndexBinder
 Represents the dynamic get index operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  GetMemberBinder
 Represents the dynamic get member operation at the call site, providing the binding semantic and the details about the operation. More...
 
interface  IDynamicMetaObjectProvider
 Represents a dynamic object, that can have its operations bound at runtime. More...
 
interface  IInvokeOnGetBinder
 Represents information about a dynamic get member operation that indicates if the get member should invoke properties when they perform the get operation. More...
 
class  InvokeBinder
 Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  InvokeMemberBinder
 Represents the invoke member dynamic operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  SetIndexBinder
 Represents the dynamic set index operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  SetMemberBinder
 Represents the dynamic set member operation at the call site, providing the binding semantic and the details about the operation. More...
 
class  UnaryOperationBinder
 Represents the unary dynamic operation at the call site, providing the binding semantic and the details about the operation. More...