示例#1
0
 internal protected virtual ScriptCode LoadCompiledCode(DlrMainCallTarget method, string path)
 {
     return(ScriptCode.Load(method, this, path));
 }