| rt_typeinfo |
|
|
|
|
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:
Examples: Export the list of Delphi/C++Builder classes to an XML file: rt_typinfo "c:\test files\somefile.exe" -x
|