public System.Reflection.MethodInfo GetMethodInfo(ASBinCode.rtti.FunctionDefine functionDefine,ASBinCode.CSWC swc,ASRuntime.Player player)
 {
     if (method == null)
     {
         method = typeof(RefOutStore).GetMethod("GetValue",new Type[] { typeof(System.String) });;
     }
     return(method);
 }
 public System.Reflection.MethodInfo GetMethodInfo(ASBinCode.rtti.FunctionDefine functionDefine,ASBinCode.CSWC swc,ASRuntime.Player player)
 {
     if (method == null)
     {
         method = typeof(System.ICloneable).GetMethod("Clone",Type.EmptyTypes);;
     }
     return(method);
 }