IGuessPackageCallback.GuessPackage

IGuessPackageCallback.GuessPackage method

Returns the name of a required package that supposedly defines the command or environment.

public string GuessPackage(string commandName, bool isEnvironment)
ParameterTypeDescription
commandNameStringThe command name.
isEnvironmentBooleanSpecifies whether to guess a package for a command or an environment.

Return Value

The package name.

See Also