# Functions
NewCommandBuilder returns options with specified tool name.
NewCoreDumpCommand return command that perform createdump on target process.
NewDumpCommand return command that perform dotnet-dump on target process.
NewDumperCommand initialize Dumper command.
NewGCDumpCommand return command that perform dotnet-gcdump on target process.
NewTraceCommand return command that perform dotnet-trace on target process.
# Structs
CommandBuilder represents logic for building and running tools.
CommonOptions represents container info.