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.