다음을 통해 공유


PropertyInfo 멤버

속성의 특성을 검색하고 속성 메타데이터에 대한 액세스를 제공합니다.

다음 표에서는 PropertyInfo 형식에 의해 노출되는 멤버를 보여 줍니다.

Protected 생성자

  이름 설명
Protected method Supported by the .NET Compact Framework PropertyInfo PropertyInfo 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Attributes 이 속성의 특성을 가져옵니다.
Public property Supported by the .NET Compact Framework CanRead 속성을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework CanWrite 속성에 쓸 수 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework DeclaringType  이 멤버를 선언하는 클래스를 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework IsSpecialName 속성의 이름이 특수한지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework MemberType 이 멤버가 속성임을 나타내는 MemberTypes 값을 가져옵니다.
Public property MetadataToken  메타데이터 요소를 식별하는 값을 가져옵니다.(MemberInfo에서 상속됨)
Public property Module  현재 MemberInfo가 나타내는 멤버를 선언하는 형식이 정의된 모듈을 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework Name  현재 멤버의 이름을 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework PropertyType 이 속성의 형식을 가져옵니다.
Public property Supported by the .NET Compact Framework ReflectedType  MemberInfo의 이 인스턴스를 가져오는 데 사용된 클래스 개체를 가져옵니다.(MemberInfo에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetAccessors 오버로드되었습니다. 이 속성의 getset 접근자의 배열을 반환합니다.
Public method GetConstantValue 컴파일러에서 속성과 연결한 리터럴 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetCustomAttributes  오버로드되었습니다. 파생 클래스에서 재정의되는 경우 이 멤버에 적용된 모든 특성을 반환합니다. (MemberInfo에서 상속됨)
Public method Supported by the .NET Compact Framework GetGetMethod 오버로드되었습니다. 이 속성에 대한 get 접근자를 나타내는 MethodInfo를 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetIndexParameters 파생 클래스에 재정의할 때 속성에 대한 모든 인덱스 매개 변수의 배열을 반환합니다.
Public method GetOptionalCustomModifiers 속성의 선택적 사용자 지정 한정자를 나타내는 형식의 배열을 반환합니다.
Public method GetRawConstantValue 컴파일러에서 속성과 연결한 리터럴 값을 반환합니다.
Public method GetRequiredCustomModifiers 속성의 필수적 사용자 지정 한정자를 나타내는 형식의 배열을 반환합니다.
Public method Supported by the .NET Compact Framework GetSetMethod 오버로드되었습니다. 이 속성에 대한 set 접근자를 나타내는 MethodInfo를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetValue 오버로드되었습니다. 속성의 값을 반환합니다.
Public method Supported by the .NET Compact Framework IsDefined  파생 클래스에서 재정의되는 경우 하나 이상의 attributeType 인스턴스가 이 멤버에 적용되는지 여부를 나타냅니다. (MemberInfo에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework SetValue 오버로드되었습니다. 지정된 개체의 속성 값을 지정된 값으로 설정합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method System.Runtime.InteropServices._PropertyInfo.GetIDsOfNames 이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다.
Explicit interface implementation Method System.Runtime.InteropServices._PropertyInfo.GetType PropertyInfo 형식을 나타내는 Type 개체를 가져옵니다.
Explicit interface implementation Method System.Runtime.InteropServices._PropertyInfo.GetTypeInfo 인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.
Explicit interface implementation Method System.Runtime.InteropServices._PropertyInfo.GetTypeInfoCount 개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).
Explicit interface implementation Method System.Runtime.InteropServices._PropertyInfo.Invoke 개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다.

위쪽

참고 항목

참조

PropertyInfo 클래스
System.Reflection 네임스페이스