HttpApplicationStateWrapper.Get 메서드

정의

이름 또는 인덱스별로 상태 개체를 가져옵니다.

오버로드

Name Description
Get(Int32)

인덱스별로 상태 개체를 반환합니다.

Get(String)

이름으로 상태 개체를 반환합니다.

Get(Int32)

인덱스별로 상태 개체를 반환합니다.

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

매개 변수

index
Int32

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

반품

에서 참조하는 index개체입니다.

예외

index 가 컬렉션의 유효한 인덱스 범위를 벗어났습니다.

적용 대상

Get(String)

이름으로 상태 개체를 반환합니다.

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

매개 변수

name
String

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

반품

에서 참조하는 name개체(있는 경우)이고, null그렇지 않으면 .

적용 대상