This documentation is archived and is not being maintained.
HttpStaticObjectsCollection Class
.NET Framework 1.1
Provides a static objects collection for the StaticObjects property.
For a list of all members of this type, see HttpStaticObjectsCollection Members.
System.Object
System.Web.HttpStaticObjectsCollection
[Visual Basic] NotInheritable Public Class HttpStaticObjectsCollection Implements ICollection, IEnumerable [C#] public sealed class HttpStaticObjectsCollection : ICollection, IEnumerable [C++] public __gc __sealed class HttpStaticObjectsCollection : public ICollection, IEnumerable [JScript] public class HttpStaticObjectsCollection implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: