关于[Benchmarking 4 reflection methods for calling a constructor in .NET]的摘要:
The typical way to create an object in .NET/C# is to use the new keyword. However it's also possible to create a new instance of an object using reflection. In this post I compare 4 different methods, and benchmark them to see which is fastest.
原文地址: https://andrewlock.net/benchmarking-4-reflection-methods-for-calling-a-constructor-in-dotnet/