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