C# 클래스 System.Web.HttpApplicationState

상속: System.Collections.Specialized.NameObjectCollectionBase
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HttpApplicationState System.Threading
HttpApplicationState System.Threading

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HttpApplicationState ( ) : System.Threading
HttpApplicationState ( System.Web.HttpStaticObjectsCollection AppObj, System.Web.HttpStaticObjectsCollection SessionObj ) : System.Threading

메소드 상세

Add() 공개 메소드

public Add ( string name, object value ) : void
name string
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 메소드

public Get ( int index ) : object
index int
리턴 object

Get() 공개 메소드

public Get ( string name ) : object
name string
리턴 object

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Set() 공개 메소드

public Set ( string name, object value ) : void
name string
value object
리턴 void

UnLock() 공개 메소드

public UnLock ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object