Console Application Information (Beta)
Currently support for discovery of console application is in Beta.
Following information for console application is discovered which will be used while tranformation of application.
- List of file and folder paths of dependencies will be discovered for each console application which will be used while showing file and folder structure in file explorer at the time of transform.
- All DLL dependencies of application will be captured and used while transform of application
Notes - We are capturing current working directory of console application if it is from "Program Files" or "Program Files (x86)" folder. If console application is running from any other place then path of executable will be captured. - Files which are not captured or need to be part of container can be included from include files option provided for file explorer while transform. - Files which are not required as part of container can be excluded using exclude files option provided for file explorer while transform. - We do not support detecting registry entries required for console application but if file with name "ch.reg" is placed under "C:\Cloudhedge" folder before discovery then this file path will be captured during discovery and will be used during transform of application.
- Console Application Details
Once the discovery is completed and clicking on the console application name from the Components tab, following details of application will be displayed:
- Pid: Process Id
- Memory Percent: Percentage of memory used by running console application
- Ports: Incoming ports used by running console application
- Command Line: Command line for running console application
- Status: Status of console application
- Platform: Platform required by console application i.e 32 bit or 64 bit
- Subsystem: Windows subsystem of running application i.e CUI or GUI
- Environment Variables: