다음을 통해 공유


ApplicationPart(Assembly, String) 생성자

정의

지정된 어셈블리 및 루트 가상 경로를 사용하여 클래스의 ApplicationPart 새 instance 초기화합니다.

public ApplicationPart (System.Reflection.Assembly assembly, string rootVirtualPath);
new System.Web.WebPages.ApplicationPart : System.Reflection.Assembly * string -> System.Web.WebPages.ApplicationPart
Public Sub New (assembly As Assembly, rootVirtualPath As String)

매개 변수

assembly
Assembly

어셈블리입니다.

rootVirtualPath
String

루트 가상 경로입니다.

예외

rootVirtualPath 가 null이거나 비어 있습니다.

적용 대상