System.Web.HttpStaticObjectsCollection Members

The members of System.Web.HttpStaticObjectsCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.HttpStaticObjectsCollection class.

Public Properties

[read-only]
Countint.

Gets the number of objects in the collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the collection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the collection is synchronized (that is, thread-safe).

[read-only]
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
NeverAccessedbool.

Gets a Boolean value indicating whether the collection has been accessed before.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.

Public Methods

CopyTo(Array, int)

Copies members of an System.Web.HttpStaticObjectsCollection into an array.

static
Deserialize(System.IO.BinaryReader) : HttpStaticObjectsCollection

Creates an System.Web.HttpStaticObjectsCollection object from a binary file that was written by using the HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter) method.

GetEnumerator() : IEnumerator

Returns a dictionary enumerator used for iterating through the key-and-value pairs contained in the collection.

GetObject(string) : object

Returns the object with the specified name from the collection. This property is an alternative to the this accessor.

Serialize(System.IO.BinaryWriter)

Writes the contents of the collection to a System.IO.BinaryWriter object.