C# Class NuCmd.CommandDefinition

Afficher le fichier Open project: NuGet/NuGet.Operations Class Usage Examples

Méthodes publiques

Méthode Description
CommandDefinition ( string group, string name, string description, Type type ) : System
FromType ( Type type ) : CommandDefinition

Method Details

CommandDefinition() public méthode

public CommandDefinition ( string group, string name, string description, Type type ) : System
group string
name string
description string
type System.Type
Résultat System

FromType() public static méthode

public static FromType ( Type type ) : CommandDefinition
type System.Type
Résultat CommandDefinition