Свойство | Type | Description | |
---|---|---|---|
HttpApplicationState | System.Threading | ||
HttpApplicationState | System.Threading |
Méthode | Description | |
---|---|---|
Add ( string name, object value ) : void | ||
Clear ( ) : void | ||
Get ( int index ) : object | ||
Get ( string name ) : object | ||
GetKey ( int index ) : string | ||
Lock ( ) : void | ||
Remove ( string name ) : void | ||
RemoveAll ( ) : void | ||
RemoveAt ( int index ) : void | ||
Set ( string name, object value ) : void | ||
UnLock ( ) : void | ||
this ( int index ) : object | ||
this ( string name ) : object |
Méthode | Description | |
---|---|---|
HttpApplicationState ( ) : System.Threading | ||
HttpApplicationState ( System.Web.HttpStaticObjectsCollection AppObj, System.Web.HttpStaticObjectsCollection SessionObj ) : System.Threading |
public Add ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |
public Set ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |