다음을 통해 공유


MethodInfo 멤버

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

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

Protected 생성자

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

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Attributes  이 메서드와 관련된 특성을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework CallingConvention  이 메서드에 대한 호출 규칙을 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework ContainsGenericParameters 재정의되었습니다. 제네릭 메서드에 할당되지 않은 제네릭 형식 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework DeclaringType  이 멤버를 선언하는 클래스를 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework IsAbstract  이 메서드가 추상 메서드인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsAssembly  동일한 어셈블리 내의 다른 클래스에서 이 메서드를 호출할 수 있는지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsConstructor  메서드가 생성자인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsFamily  이 메서드에 대한 액세스가 클래스의 멤버와 자신의 파생 클래스의 멤버로 제한되어 있는지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsFamilyAndAssembly  이 메서드를 동일한 어셈블리에 있는 파생 클래스에서 호출할 수 있는지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsFamilyOrAssembly  파생 클래스의 위치에 관계 없이 그 클래스에서 또는 동일한 어셈블리 내에 있는 모든 클래스에서 이 메서드를 호출할 수 있는지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsFinal  이 메서드가 final인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsGenericMethod 재정의되었습니다. 현재 메서드가 제네릭 메서드인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsGenericMethodDefinition 재정의되었습니다. 현재 MethodInfo가 제네릭 메서드 정의를 나타내는지 여부를 표시하는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsHideBySig  동일한 시그니처가 있는 동일한 종류의 멤버만을 파생 클래스에서 숨길 수 있는지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsPrivate  이 멤버가 전용인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsPublic  이 메서드가 공용 메서드인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsSpecialName  이 메서드의 이름이 특수한지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsStatic  메서드가 static인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsVirtual  메서드가 virtual인지 여부를 나타내는 값을 가져옵니다.(MethodBase에서 상속됨)
Public property Supported by the .NET Compact Framework MemberType 재정의되었습니다. 이 멤버가 메서드임을 나타내는 MemberTypes 값을 가져옵니다.
Public property MetadataToken  메타데이터 요소를 식별하는 값을 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework MethodHandle  메서드의 내부 메타데이터 표현에 대한 핸들을 가져옵니다.(MethodBase에서 상속됨)
Public property Module  현재 MemberInfo가 나타내는 멤버를 선언하는 형식이 정의된 모듈을 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework Name  현재 멤버의 이름을 가져옵니다.(MemberInfo에서 상속됨)
Public property Supported by the .NET Compact Framework ReflectedType  MemberInfo의 이 인스턴스를 가져오는 데 사용된 클래스 개체를 가져옵니다.(MemberInfo에서 상속됨)
Public property ReturnParameter 메서드의 반환 형식에 대한 정보(예: 반환 형식에 사용자 지정 한정자가 포함되는지 여부)가 포함된 ParameterInfo 개체를 가져옵니다.
Public property Supported by the .NET Compact Framework ReturnType 이 메서드의 반환 형식을 가져옵니다.
Public property Supported by the .NET Compact Framework ReturnTypeCustomAttributes 반환 형식에 대한 사용자 지정 특성을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetBaseDefinition 파생 클래스에 재정의될 때 이 인스턴스가 나타내는 메서드가 처음 선언된 직접 또는 간접 기본 클래스의 메서드에 대한 MethodInfo 개체를 반환합니다.
Public method Static GetCurrentMethod  현재 실행하고 있는 메서드를 나타내는 MethodBase 개체를 반환합니다. (MethodBase에서 상속됨)
Public method Supported by the .NET Compact Framework GetCustomAttributes  오버로드되었습니다. 파생 클래스에서 재정의되는 경우 이 멤버에 적용된 모든 특성을 반환합니다. (MemberInfo에서 상속됨)
Public method Supported by the .NET Compact Framework GetGenericArguments 재정의되었습니다. 제네릭 메서드의 형식 인수나 제네릭 메서드 정의의 형식 매개 변수를 나타내는 Type 개체의 배열을 반환합니다.
Public method Supported by the .NET Compact Framework GetGenericMethodDefinition 현재 메서드를 생성하는 데 사용할 수 있는 제네릭 메서드 정의를 나타내는 MethodInfo 개체를 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetMethodBody  파생 클래스에서 재정의된 경우, 현재 메서드의 MSIL 스트림, 지역 변수 및 예외에 액세스할 수 있도록 하는 MethodBody 개체를 가져옵니다. (MethodBase에서 상속됨)
Public method Static Supported by the .NET Compact Framework GetMethodFromHandle  오버로드되었습니다. 지정된 핸들을 사용하여 메서드 정보를 가져옵니다. (MethodBase에서 상속됨)
Public method GetMethodImplementationFlags  파생 클래스에서 재정의되면 MethodImplAttributes 플래그를 반환합니다. (MethodBase에서 상속됨)
Public method Supported by the .NET Compact Framework GetParameters  파생 클래스에서 재정의되면 지정한 메서드나 생성자의 매개 변수를 가져옵니다. (MethodBase에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework Invoke  오버로드되었습니다. 이 MethodInfo 인스턴스에 의해 리플렉션된 메서드나 생성자를 호출합니다. (MethodBase에서 상속됨)
Public method Supported by the .NET Compact Framework IsDefined  파생 클래스에서 재정의되는 경우 하나 이상의 attributeType 인스턴스가 이 멤버에 적용되는지 여부를 나타냅니다. (MemberInfo에서 상속됨)
Public method MakeGenericMethod 현재 제네릭 메서드 정의의 형식 매개 변수를 형식 배열의 요소로 대체하고, 생성된 메서드를 나타내는 MethodInfo 개체를 반환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
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._MethodInfo.GetIDsOfNames 이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다.
Explicit interface implementation Method System.Runtime.InteropServices._MethodInfo.GetType COM에서 GetType 메서드에 대한 액세스를 제공합니다.
Explicit interface implementation Method System.Runtime.InteropServices._MethodInfo.GetTypeInfo 인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.
Explicit interface implementation Method System.Runtime.InteropServices._MethodInfo.GetTypeInfoCount 개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).
Explicit interface implementation Method System.Runtime.InteropServices._MethodInfo.Invoke 개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다.

위쪽

참고 항목

참조

MethodInfo 클래스
System.Reflection 네임스페이스
System.Type.GetMethods
System.Type.GetMethod
IsGenericMethod