Class PrivateReflectionDynamicObjectStatic
  
  
  
  
    Inheritance
    
    
    PrivateReflectionDynamicObjectStatic
   
  
  
  
  Syntax
  
    public class PrivateReflectionDynamicObjectStatic : PrivateReflectionDynamicObjectBase
   
  Constructors
  
  
  
  
  PrivateReflectionDynamicObjectStatic(Type)
  
  
  Declaration
  
    public PrivateReflectionDynamicObjectStatic(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
        The type 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
  
  
  
  
  New(Object[])
  
  
  Declaration
  
    public dynamic New(params object[] args)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object[] | 
        args | 
         | 
      
    
  
  Returns
  
  Extension Methods