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
。