LocationReferenceEnvironment 클래스

정의

런타임에 작업에서 사용할 수 있는 변수 및 인수 환경을 나타냅니다.

public ref class LocationReferenceEnvironment abstract
public abstract class LocationReferenceEnvironment
type LocationReferenceEnvironment = class
Public MustInherit Class LocationReferenceEnvironment
상속
LocationReferenceEnvironment

생성자

LocationReferenceEnvironment()

개체를 초기화하기 위해 파생 클래스 생성자에서 호출됩니다.

속성

Parent

포함하는 LocationReferenceEnvironment를 가져오거나 설정합니다.

Root

이 환경에 대한 범위 지정 규칙을 결정하는 작업을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetLocationReferences()

파생 클래스에서 재정의된 경우 현재 범위에서 LocationReference 개체의 컬렉션을 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IsVisible(LocationReference)

파생 클래스에서 재정의된 경우 지정한 LocationReference를 현재 범위에서 볼 수 있는지 여부를 결정합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
TryGetLocationReference(String, LocationReference)

파생 클래스에서 재정의된 경우 지정한 LocationReference를 가져오려고 합니다.

적용 대상