C# Class NuCmd.CommandDefinition

Show file Open project: NuGet/NuGet.Operations Class Usage Examples

Public Methods

Method Description
CommandDefinition ( string group, string name, string description, Type type ) : System
FromType ( Type type ) : CommandDefinition

Method Details

CommandDefinition() public method

public CommandDefinition ( string group, string name, string description, Type type ) : System
group string
name string
description string
type System.Type
return System

FromType() public static method

public static FromType ( Type type ) : CommandDefinition
type System.Type
return CommandDefinition