📅  最后修改于: 2022-03-11 14:49:03.706000             🧑  作者: Mango
foreach (var tempClass in macroClasses)
{
// using reflection I will be able to run the method as:
tempClass.GetMethod("Run").Invoke(null, null);
}