DroidExplorer.Core.Adb.Device.ExecuteShellCommand C# (CSharp) Method

ExecuteShellCommand() public method

public ExecuteShellCommand ( String command, IShellOutputReceiver receiver ) : void
command String
receiver IShellOutputReceiver
return void
        public void ExecuteShellCommand( String command, IShellOutputReceiver receiver )
        {
            AdbHelper.Instance.ExecuteRemoteCommand ( AndroidDebugBridge.SocketAddress, command, this,
                            receiver );
        }