Implemented interface member:
method
Create
Microsoft.Arcade.Common.ICommandFactory.Create(System.String, System.String)
2 references to Create
Microsoft.Arcade.Common (2)
CommandFactory.cs (2)
16return Create(executable, ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(args)); 21return Create(executable, ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(args));