LoadLibrary() public method

public LoadLibrary ( Thread thread, string filename ) : void
thread Thread
filename string
return void
Ejemplo n.º 1
0
 protected override object DoExecute(ScriptingContext context)
 {
     context.LoadLibrary (CurrentThread, Argument);
     return null;
 }