Microsoft.VisualStudio.R.Package.Interop.CommandTargetToOleShim.Invoke C# (CSharp) Method

Invoke() public method

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
return Microsoft.R.Components.Controller.CommandResult
        public CommandResult Invoke(Guid group, int id, object inputArg, ref object outputArg) {
            return Invoke(_commandTarget, group, id, inputArg, ref outputArg);
        }

Same methods

CommandTargetToOleShim::Invoke ( ICommandTarget commandTarget, System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult