ApplicationPart(Assembly, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したアセンブリとルート仮想パスを ApplicationPart 使用して、 クラスの新しいインスタンスを初期化します。
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 または空です。