Radialix Sofware

  • Decrease font size
  • Default font size
  • Increase font size
Home Resource Tools rt_typeinfo
rt_typeinfo PDF Print E-mail

The rt_typeinfo utility extracts the list of Delphi/C++Builder and .NET classes and exports it to a CSV, TXT or XML file.

Command-line syntax:

rt_typinfo filename option option ...

filename - path and name of the PE32 or PE32+ file or .NET assembly.

If the file name contains spaces, it must be enclosed in quotes. For example:

rt_typinfo "c:\test files\somefile.exe" -y -x:"c:\test files\somefile_classes.xml"

Running rt_typeinfo without parameters displays help on the command-line options.

Options:

  • -c[:"%s"] - save the list of classes to the CSV file %s.
  • -t[:"%s"] - save the list of classes to the TXT file %s.
  • -x[:"%s"] - save the list of classes to the XML file %s.
  • -i - include classes imported from other files (Delphi/C++Builder bpl files or .NET assemblies).
  • -q - quite mode.
  • -y - overwrite existing files. When this option is disabled, on an attemp to save data to an existing file, the program will prompt user to confirm the operation.
  • [] - optional parameter.

Examples:

Export the list of Delphi/C++Builder classes to an XML file:

rt_typinfo "c:\test files\somefile.exe" -x