Class PrivateReflectionDynamicObjectInstance
  
  
  
  
    Inheritance
    
    
    PrivateReflectionDynamicObjectInstance
   
  
  
  
  Syntax
  
    public class PrivateReflectionDynamicObjectInstance : PrivateReflectionDynamicObjectBase
   
  Constructors
  
  
  
  
  PrivateReflectionDynamicObjectInstance(Object)
  
  
  Declaration
  
    public PrivateReflectionDynamicObjectInstance(object instance)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        instance | 
        The object to wrap. 
 | 
      
    
  
  Exceptions
  
  Properties
  
  
  
  
  BindingFlags
  
  
  Declaration
  
    protected override BindingFlags BindingFlags { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  Instance
  
  
  Declaration
  
    protected override object Instance { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  PropertiesOnType
  
  
  Declaration
  
    protected override IDictionary<Type, IDictionary<string, IDynamicAccessor>> PropertiesOnType { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  RealObject
  
  
  Declaration
  
    public override object RealObject { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  TargetType
  
  
  Declaration
  
    protected override Type TargetType { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Is(Type)
  
  
  Declaration
  
    public bool Is(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
         | 
      
    
  
  Returns
  
  Extension Methods