System::Reflection::MemberInfo::GetCustomAttributes 메서드

MemberInfo::GetCustomAttributes(bool) const method

현재 객체가 나타내는 타입에 적용된 모든 사용자 정의 특성을 나타내는 객체들을 포함하는 배열을 반환합니다.

ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
매개변수형식설명
inheritbool상속된 특성도 확인할지 여부.

또 보기

MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method

현재 객체가 나타내는 타입에 적용된 모든 사용자 정의 특성을 나타내는 객체들을 포함하는 배열을 반환합니다.

ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
매개변수형식설명
attributeTypeconst TypeInfo&찾을 특성의 유형.
inheritbool상속된 특성도 확인할지 여부.

또 보기