asp.net.ph

HttpStaticObjectsCollection Class

System.Web Namespace


Provides a static objects collection for the StaticObjects property.

HttpStaticObjectsCollection Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HttpStaticObjectsCollection ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public Count Int32 [ Get ]
public IsReadOnly Boolean [ Get ]
public IsSynchronized Boolean [ Get ]
public Item ( String name ) Object [ Get ]
public NeverAccessed Boolean [ Get ]
public SyncRoot Object [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CopyTo ( Array array , Int32 index ) Void
public static Deserialize ( BinaryReader reader ) HttpStaticObjectsCollection
public GetEnumerator ( ) IEnumerator
public GetObject ( String name ) Object
public Serialize ( BinaryWriter writer ) Void

Syntax


To call a method:

HttpStaticObjectsCollection.methodName ( arguments );
  C# VB

To return the value of a property or method:

Type var = HttpStaticObjectsCollection.propertyName;
Type var = HttpStaticObjectsCollection.methodName ( arguments );
  C# VB

See Also

HttpApplicationState.StaticObjects Property Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph