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。