1. Instantiating Types 1.1 Activator.CreateInstance() 1.1.1 Simple Types 1.1.2 Constructors of Simple Types 1.1.3 object 1.1.4 Intentional Error 1.1.5 Activator.CreateInstance() Performance 1.2 ConstructorInfo.Invoke() 2. Instantiating Delegates 3. Instantiati…

