Application.command_remotesend C# (CSharp) 메소드

command_remotesend() 공개 메소드

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