Share via


DynamicGraphMetaObject Class

Inheritance Hierarchy

Object
  DynamicMetaObject
    Microsoft.VisualStudio.GraphModel.DynamicGraphMetaObject

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Class DynamicGraphMetaObject _
    Inherits DynamicMetaObject
public class DynamicGraphMetaObject : DynamicMetaObject
public ref class DynamicGraphMetaObject : public DynamicMetaObject
type DynamicGraphMetaObject =  
    class 
        inherit DynamicMetaObject 
    end
public class DynamicGraphMetaObject extends DynamicMetaObject

The DynamicGraphMetaObject type exposes the following members.

Constructors

  Name Description
Public method DynamicGraphMetaObject

Top

Properties

  Name Description
Public property Expression The expression representing the DynamicMetaObject during the dynamic binding process. (Inherited from DynamicMetaObject.)
Public property HasValue Gets a value indicating whether the DynamicMetaObject has the runtime value. (Inherited from DynamicMetaObject.)
Public property LimitType Gets the limit type of the DynamicMetaObject. (Inherited from DynamicMetaObject.)
Public property Restrictions The set of binding restrictions under which the binding is valid. (Inherited from DynamicMetaObject.)
Public property RuntimeType Gets the Type of the runtime value or null if the DynamicMetaObject has no value associated with it. (Inherited from DynamicMetaObject.)
Public property Value The runtime value represented by this DynamicMetaObject. (Inherited from DynamicMetaObject.)

Top

Methods

  Name Description
Public method BindBinaryOperation (Overrides DynamicMetaObject.BindBinaryOperation(BinaryOperationBinder, DynamicMetaObject).)
Public method BindConvert (Overrides DynamicMetaObject.BindConvert(ConvertBinder).)
Public method BindCreateInstance (Overrides DynamicMetaObject.BindCreateInstance(CreateInstanceBinder, DynamicMetaObject).)
Public method BindDeleteIndex (Overrides DynamicMetaObject.BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject).)
Public method BindDeleteMember (Overrides DynamicMetaObject.BindDeleteMember(DeleteMemberBinder).)
Public method BindGetIndex (Overrides DynamicMetaObject.BindGetIndex(GetIndexBinder, DynamicMetaObject).)
Public method BindGetMember (Overrides DynamicMetaObject.BindGetMember(GetMemberBinder).)
Public method BindInvoke (Overrides DynamicMetaObject.BindInvoke(InvokeBinder, DynamicMetaObject).)
Public method BindInvokeMember (Overrides DynamicMetaObject.BindInvokeMember(InvokeMemberBinder, DynamicMetaObject).)
Public method BindSetIndex (Overrides DynamicMetaObject.BindSetIndex(SetIndexBinder, DynamicMetaObject, DynamicMetaObject).)
Public method BindSetMember (Overrides DynamicMetaObject.BindSetMember(SetMemberBinder, DynamicMetaObject).)
Public method BindUnaryOperation (Overrides DynamicMetaObject.BindUnaryOperation(UnaryOperationBinder).)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDynamicMemberNames (Overrides DynamicMetaObject.GetDynamicMemberNames.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace