终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
273 B

  1. using System;
  2. using System.Reflection;
  3. namespace BPASmartClient.MessageCommunication.MsgControl.Model
  4. {
  5. public class 方法描述
  6. {
  7. public Type Obj_Type;
  8. public MethodInfo M_MethodInfo;
  9. public ParameterInfo[] M_ParameterInfos;
  10. }
  11. }