BuildManager.CodeAssemblies 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得從 App_Code 目錄建置的組件清單。
public:
static property System::Collections::IList ^ CodeAssemblies { System::Collections::IList ^ get(); };
public static System.Collections.IList CodeAssemblies { get; }
member this.CodeAssemblies : System.Collections.IList
Public Shared ReadOnly Property CodeAssemblies As IList
屬性值
IList 集合,包含從 App_Code 目錄建置的組件。