public void Invoke(Type target, string method, params Operand[] args)
 {
     DoInvoke(Static.Invoke(target, method, args));
 }