HttpApplicationStateBase.Get 메서드

정의

파생 클래스에서 재정의되면 이름 또는 인덱스별로 상태 개체를 가져옵니다.

오버로드

Get(Int32)

파생 클래스에서 재정의된 경우 인덱스를 기준으로 상태 개체를 가져옵니다.

Get(String)

파생 클래스에서 재정의된 경우 이름을 기준으로 상태 개체를 가져옵니다.

Get(Int32)

파생 클래스에서 재정의된 경우 인덱스를 기준으로 상태 개체를 가져옵니다.

public:
 virtual System::Object ^ Get(int index);
public virtual object Get (int index);
abstract member Get : int -> obj
override this.Get : int -> obj
Public Overridable Function Get (index As Integer) As Object

매개 변수

index
Int32

가져올 애플리케이션 상태 개체의 인덱스입니다.

반환

Object

index으로 참조된 개체입니다.

예외

적용 대상

Get(String)

파생 클래스에서 재정의된 경우 이름을 기준으로 상태 개체를 가져옵니다.

public:
 virtual System::Object ^ Get(System::String ^ name);
public virtual object Get (string name);
abstract member Get : string -> obj
override this.Get : string -> obj
Public Overridable Function Get (name As String) As Object

매개 변수

name
String

가져올 개체의 이름입니다.

반환

Object

name으로 참조된 개체입니다.

예외

적용 대상