8.
                                Which Namespace helps to find informations of an assembly?
                                
                                    View Description
                                    
                                        
                                    
                                
                                
                                    
                            
                        The System.Reflection namespace contains types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. To dynamically create types, use the System.Reflection.Emit namespace