C# 클래스 Microsoft.AspNetCore.Server.IISIntegration.Tools.PublishIISCommand

파일 보기 프로젝트 열기: aspnet/IISIntegration 1 사용 예제들

공개 메소드들

메소드 설명
PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
Run ( ) : int

비공개 메소드들

메소드 설명
ConfigureForAzure ( ) : bool
GetApplicationBasePath ( ) : string
GetProjectContext ( string applicationBasePath, string framework ) : Microsoft.DotNet.ProjectModel.ProjectContext

메소드 상세

PublishIISCommand() 공개 메소드

public PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
publishFolder string
framework string
configuration string
projectPath string
리턴 System

Run() 공개 메소드

public Run ( ) : int
리턴 int