Class SetExternalNameCmd

java.lang.Object
ghidra.app.cmd.refs.SetExternalNameCmd
All Implemented Interfaces:
Command

public class SetExternalNameCmd extends Object implements Command
Command for setting the external program name and path.
  • Constructor Details

    • SetExternalNameCmd

      public SetExternalNameCmd(String externalName, String externalPath)
      Constructs a new command for setting the external program name and path.
      Parameters:
      externalName - the name of the link.
      externalPath - the path of the file to assocate with this link.
  • Method Details