IApplicationObject

The IApplicationObject interface exposes the methods of the Application object.

Method Description
IApplicationObject::get_Contents Retrieves the Contents collection.
IApplicationObject::get_StaticObjects Retrieves the StaticObjects collection.
IApplicationObject::get_Value Retrieves the value of a variable stored in the Application object.
IApplicationObject::Lock Prevents other clients from accessing the variables stored in the Application object until the IApplication::Unlock method is called.
IApplicationObject::Putref_Value Stores a variable in the Application object by reference.
IApplicationObject::put_Value Stores a variable in the Application object by value.
IApplicationObject::Unlock Releases a variable that was locked by the IApplication::Lock method.

Note This interface also supports all IUnknown and IDispatch interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.


© 1997 by Microsoft Corporation. All rights reserved.