C# 反射基础用法

2021-06-10 20:04

阅读:543

标签:tty   get   odi   空间   object   类型   cti   this   eth   

1.引用命名空间 using System.Reflection;

2.Type t = Type.GetType("Class"); 获取类

3.MethodInfo Method = t.GetMethod(MethodName); 获取方法 方法名为MethodName string类型

4.Method.Invoke(this,obj); 调用 obj为object类型数组,是调用方法的参数

C# 反射基础用法

标签:tty   get   odi   空间   object   类型   cti   this   eth   

原文地址:https://www.cnblogs.com/nimayax/p/10592912.html


评论


亲,登录后才可以留言!