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

例外

virtualPath が null です。

適用対象

こちらもご覧ください