Application.command_remotesend C# (CSharp) Méthode

command_remotesend() public méthode

public command_remotesend ( string servername, string keys ) : void
servername string
keys string
Résultat void
    public unsafe void command_remotesend(string servername, string keys)
    {
        if (vimremote_remotesend(servername, keys) != 0) {
          throw new Exception("vimremote_remotesend() failed");
        }
    }