C# 클래스 Microsoft.Build.Tasks.Csc

Implements the Csc task. Use the Csc element in your project file to create and execute this task. For usage and parameter information, see Csc Task.
상속: Microsoft.Build.Tasks.ManagedCompiler
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Csc ( ) : System

보호된 메소드들

메소드 설명
AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
GenerateFullPathToTool ( ) : string

비공개 메소드들

메소드 설명
CallHostObjectToExecute ( ) : bool
InitializeHostObject ( ) : HostObjectInitializationStatus

메소드 상세

AddResponseFileCommands() 보호된 메소드

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
리턴 void

Csc() 공개 메소드

public Csc ( ) : System
리턴 System

GenerateFullPathToTool() 보호된 메소드

protected GenerateFullPathToTool ( ) : string
리턴 string