Exemplo n.º 1
0
        public object RunSystemInfoCommand(SystemInfoEnum systemInfoEnum)
        {
            string command = "SystemInfo({0})".FormatWith((int)systemInfoEnum);

            return(wrapper.Evaluate(command));
        }
Exemplo n.º 2
0
 /// <summary>
 /// Get Device's Info
 /// </summary>
 /// <param name="type"></param>
 /// <returns></returns>
 public static string StateGetDeviceInfo(SystemInfoEnum type)
 {
     return(PXR_Plugin.System.UPxr_StateGetDeviceInfo(type));
 }
Exemplo n.º 3
0
        public object RunSystemInfoCommand(SystemInfoEnum systemInfoEnum)
        {
            string command = "SystemInfo({0})".FormatWith((int)systemInfoEnum);

            return(misession.Eval(command));
        }