_Assembly.GetCustomAttributes 메서드

정의

버전에 관계없이 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
Type

사용자 지정 특성이 반환될 Type입니다.

inherit
Boolean

이 인수는 Assembly 형식의 개체에 대해 무시됩니다.

반환

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()

매개 변수

inherit
Boolean

이 인수는 Assembly 형식의 개체에 대해 무시됩니다.

반환

Object[]

이 어셈블리에 대한 사용자 지정 특성이 포함된 Object 형식의 배열입니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.

GetCustomAttributes 메서드는이 어셈블리에 대 한 모든 사용자 지정 특성을 가져옵니다.

추가 정보

적용 대상