C# Class NuGet.PowerShell.Commands.GetProjectCommand

Inheritance: NuGetBaseCommand
显示文件 Open project: monoman/NugetCracker

Private Properties

Property Type Description

Public Methods

Method Description
GetProjectCommand ( ) : System.Diagnostics.CodeAnalysis
GetProjectCommand ( ISolutionManager solutionManager, IHttpClientEvents httpClientEvents ) : System.Diagnostics.CodeAnalysis

Protected Methods

Method Description
ProcessRecordCore ( ) : void

Method Details

GetProjectCommand() public method

public GetProjectCommand ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

GetProjectCommand() public method

public GetProjectCommand ( ISolutionManager solutionManager, IHttpClientEvents httpClientEvents ) : System.Diagnostics.CodeAnalysis
solutionManager ISolutionManager
httpClientEvents IHttpClientEvents
return System.Diagnostics.CodeAnalysis

ProcessRecordCore() protected method

protected ProcessRecordCore ( ) : void
return void