ClientBuildManager.GetCompilerParameters 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가상 경로로 나타낸 파일을 빌드하는 데 사용되는 컴파일러 형식 및 매개 변수를 반환합니다.
public:
void GetCompilerParameters(System::String ^ virtualPath, [Runtime::InteropServices::Out] Type ^ % codeDomProviderType, [Runtime::InteropServices::Out] System::CodeDom::Compiler::CompilerParameters ^ % compilerParameters);
public void GetCompilerParameters (string virtualPath, out Type codeDomProviderType, out System.CodeDom.Compiler.CompilerParameters compilerParameters);
member this.GetCompilerParameters : string * Type * CompilerParameters -> unit
Public Sub GetCompilerParameters (virtualPath As String, ByRef codeDomProviderType As Type, ByRef compilerParameters As CompilerParameters)
매개 변수
- virtualPath
- String
파일의 가상 경로입니다.
- codeDomProviderType
- Type
이 메서드가 반환하면 코드 생성 및 컴파일에 사용된 공급자 형식을 포함합니다.
- compilerParameters
- CompilerParameters
이 메서드가 반환하면 파일 컴파일 방법을 정의하는 속성을 포함합니다.
예외
virtualPath
가 null입니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET