コード例 #1
0
 public string GetScriptVariable(string variableName)
 {
     return(imlInterp.GetLocalVariable(variableName));
 }