BuildManager.GetCompiledType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
编译给定了虚拟路径的文件,并返回编译类型。
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 对象,表示通过编译虚拟路径生成的类型。
例外
编译虚拟路径时发生错误。
virtualPath
为 null
。