BuildManager.GetCompiledType(String) 方法

定义

编译给定了虚拟路径的文件,并返回编译类型。

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

参数

virtualPath
String

要生成为某个类型的虚拟路径。

返回

Type

一个 Type 对象,表示通过编译虚拟路径生成的类型。

例外

编译虚拟路径时发生错误。

virtualPathnull

适用于

另请参阅