C# Class System.Web.HttpApplicationState

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
HttpApplicationState System.Threading
HttpApplicationState System.Threading

Méthodes publiques

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

Private Methods

Méthode Description
HttpApplicationState ( ) : System.Threading
HttpApplicationState ( System.Web.HttpStaticObjectsCollection AppObj, System.Web.HttpStaticObjectsCollection SessionObj ) : System.Threading

Method Details

Add() public méthode

public Add ( string name, object value ) : void
name string
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Get() public méthode

public Get ( int index ) : object
index int
Résultat object

Get() public méthode

public Get ( string name ) : object
name string
Résultat object

GetKey() public méthode

public GetKey ( int index ) : string
index int
Résultat string

Lock() public méthode

public Lock ( ) : void
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

Set() public méthode

public Set ( string name, object value ) : void
name string
value object
Résultat void

UnLock() public méthode

public UnLock ( ) : void
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object