HttpStaticObjectsCollectionWrapper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
封裝 HTTP 內建物件,這個內建物件提供 StaticObjects 屬性的應用程式範圍物件集合。
public ref class HttpStaticObjectsCollectionWrapper : System::Web::HttpStaticObjectsCollectionBase
public class HttpStaticObjectsCollectionWrapper : System.Web.HttpStaticObjectsCollectionBase
type HttpStaticObjectsCollectionWrapper = class
inherit HttpStaticObjectsCollectionBase
Public Class HttpStaticObjectsCollectionWrapper
Inherits HttpStaticObjectsCollectionBase
- 繼承
備註
類別 HttpStaticObjectsCollectionWrapper 衍生自 類別, HttpStaticObjectsCollectionBase 並做為 類別的 HttpStaticObjectsCollection 包裝函式。 這個類別會公開 類別的功能 HttpStaticObjectsCollection ,同時公開 HttpStaticObjectsCollectionBase 型別。 類別 HttpStaticObjectsCollectionBase 可讓您將應用程式中類別的原始實 HttpStaticObjectsCollection 作取代為自訂實作,例如當您在 ASP.NET 管線外部執行單元測試時。
建構函式
HttpStaticObjectsCollectionWrapper(HttpStaticObjectsCollection) |
初始化 HttpStaticObjectsCollectionWrapper 類別的新執行個體。 |
屬性
Count |
取得集合中的物件數目。 |
IsReadOnly |
取得值,這個值表示集合是否為唯讀。 |
IsSynchronized |
取得值,這個值表示集合是否具備執行緒安全。 |
Item[String] |
從集合中取得具有指定名稱的物件。 |
NeverAccessed |
取得值,這個值表示是否已存取集合。 |
SyncRoot |
取得物件,這個物件可以用來對集合進行同步存取。 |
方法
CopyTo(Array, Int32) |
從陣列中指定的索引處開始,將集合的項目複製到陣列。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetEnumerator() |
傳回列舉值,可用來逐一查看集合。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetObject(String) |
傳回集合中具有指定名稱的物件。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Serialize(BinaryWriter) |
將集合內容寫入 BinaryWriter 物件。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |