_Assembly.GetCustomAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
버전에 관계없이 GetCustomAttributes 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
오버로드
GetCustomAttributes(Type, Boolean) |
버전에 관계없이 GetCustomAttributes(Type, Boolean) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetCustomAttributes(Boolean) |
버전에 관계없이 GetCustomAttributes(Boolean) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetCustomAttributes 메서드는이 어셈블리에 대 한 사용자 지정 특성을 가져옵니다.
GetCustomAttributes(Type, Boolean)
버전에 관계없이 GetCustomAttributes(Type, Boolean) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
public:
cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ attributeType, bool inherit);
public object[] GetCustomAttributes (Type attributeType, bool inherit);
abstract member GetCustomAttributes : Type * bool -> obj[]
Public Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()
매개 변수
반환
attributeType
에 의해 지정된 대로 이 어셈블리에 대한 사용자 지정 특성이 포함된 Object 형식의 배열입니다.
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetCustomAttributes 메서드는이 어셈블리에 대 한 모든 사용자 지정 특성을 가져옵니다.
추가 정보
적용 대상
GetCustomAttributes(Boolean)
버전에 관계없이 GetCustomAttributes(Boolean) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
public:
cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public object[] GetCustomAttributes (bool inherit);
abstract member GetCustomAttributes : bool -> obj[]
Public Function GetCustomAttributes (inherit As Boolean) As Object()
매개 변수
반환
이 어셈블리에 대한 사용자 지정 특성이 포함된 Object
형식의 배열입니다.
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetCustomAttributes 메서드는이 어셈블리에 대 한 모든 사용자 지정 특성을 가져옵니다.
추가 정보
적용 대상
.NET