C# 클래스 NuCmd.CommandDefinition

파일 보기 프로젝트 열기: NuGet/NuGet.Operations 1 사용 예제들

공개 메소드들

메소드 설명
CommandDefinition ( string group, string name, string description, Type type ) : System
FromType ( Type type ) : CommandDefinition

메소드 상세

CommandDefinition() 공개 메소드

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

FromType() 공개 정적인 메소드

public static FromType ( Type type ) : CommandDefinition
type System.Type
리턴 CommandDefinition