Class CreateTypeInfoBackgroundCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.data.rtti.gcc.CreateTypeInfoBackgroundCmd
All Implemented Interfaces:
Command

public class CreateTypeInfoBackgroundCmd
extends BackgroundCommand
  • Constructor Details

    • CreateTypeInfoBackgroundCmd

      public CreateTypeInfoBackgroundCmd​(TypeInfo typeInfo)
      Constructs a command for applying a TypeInfo at an address and its associated data.
      Parameters:
      typeInfo - the TypeInfo to be created.
  • Method Details