csharp 反思例子2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 反思例子2相关的知识,希望对你有一定的参考价值。
string methodName = MethodBase.GetCurrentMethod().Name;
var requestType = MethodBase.GetCurrentMethod().GetParameters().LastOrDefault().ParameterType.Name;
string returnType = MethodBase.GetCurrentMethod().ToString().Split('.', ' ').First(x => x.EndsWith(methodName));
var _response = Activator.CreateInstance(Type.GetType(returnType, true));
以上是关于csharp 反思例子2的主要内容,如果未能解决你的问题,请参考以下文章
csharp 反思prorperty类型和价值
csharp 反思和习惯[属性]
golang Go的反思例子
QN 笔试反思 HL笔试 反思
csharp Monad C#的例子
csharp Monad C#的例子