CommandLine Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class CommandLine abstract sealed
public static class CommandLine
type CommandLine = class
Public Module CommandLine
Inheritance
Methods
BuildAlias(IValueDescriptor)
BuildOption(ParameterDescriptor)
BuildOptions(MethodInfo)
ConfigureFromMethod(Command, MethodInfo, Object)
ConfigureHelpFromXmlComments(CommandLineBuilder, MethodInfo, String)
ConfigureRootCommandFromMethod(CommandLineBuilder, MethodInfo, Object)
ExecuteAssembly(Assembly, String[], String, String, IConsole)
ExecuteAssemblyAsync(Assembly, String[], String, String, IConsole)
InvokeMethod(String[], MethodInfo, String, Object, IConsole)
InvokeMethodAsync(String[], MethodInfo, String, Object, IConsole)
Applies to