Share via


ClientBuildManager.GetCompiledType(String) 메서드

정의

가상 경로로 나타낸 파일을 컴파일하고 컴파일된 형식을 반환합니다.

public:
 Type ^ GetCompiledType(System::String ^ virtualPath);
public Type GetCompiledType (string virtualPath);
member this.GetCompiledType : string -> Type
Public Function GetCompiledType (virtualPath As String) As Type

매개 변수

virtualPath
String

컴파일할 파일의 가상 경로입니다.

반환

Type

컴파일한 파일의 Type입니다.

예외

virtualPath가 null입니다.

적용 대상

추가 정보