System.Web.HttpStaticObjectsCollection: Method Members

The methods of System.Web.HttpStaticObjectsCollection are listed below. For a list of all members, see the HttpStaticObjectsCollection Members list.

See Also: Inherited members from System.Object

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.