다음을 통해 공유


MethodInfo 클래스

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

네임스페이스: System.Reflection
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public MustInherit Class MethodInfo
    Inherits MethodBase
    Implements _MethodInfo
‘사용 방법
Dim instance As MethodInfo
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public abstract class MethodInfo : MethodBase, _MethodInfo
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class MethodInfo abstract : public MethodBase, _MethodInfo
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public abstract class MethodInfo extends MethodBase implements _MethodInfo
SerializableAttribute 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public abstract class MethodInfo extends MethodBase implements _MethodInfo

설명

MethodInfo의 인스턴스는 Type 개체나 Type에서 파생된 개체의 GetMethods 또는 GetMethod 메서드를 호출하거나, 제네릭 메서드 정의를 나타내는 MethodInfoMakeGenericMethod를 호출하여 가져옵니다.

제네릭 메서드와 관련된 용어의 고정 조건 목록은 IsGenericMethod 속성을 참조하십시오. 그 밖에 제네릭 리플렉션에 사용되는 용어의 고정 조건 목록은 IsGenericType 속성을 참조하십시오.

상속자 참고 사항 MethodInfo에서 상속하는 경우 MethodInfo.GetBaseDefinition, MethodInfo.ReturnType, MethodInfo.ReturnTypeCustomAttributes, MethodBase.GetParameters, MethodBase.GetMethodImplementationFlags, MethodBase.MethodHandle, MethodBase.Attributes, MethodBase.Invoke, MemberInfo.Name, MemberInfo.MemberType, MemberInfo.DeclaringType, MemberInfo.ReflectedType, MemberInfo.GetCustomAttributes, MemberInfo.GetCustomAttributesMemberInfo.IsDefined를 재정의해야 합니다.

상속 계층 구조

System.Object
   System.Reflection.MemberInfo
     System.Reflection.MethodBase
      System.Reflection.MethodInfo
         Microsoft.JScript.JSMethod
         Microsoft.JScript.JSMethodInfo
         System.Reflection.Emit.DynamicMethod
         System.Reflection.Emit.MethodBuilder

스레드로부터의 안전성

이 형식은 다중 스레드 작업을 수행하는 데 안전합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

MethodInfo 멤버
System.Reflection 네임스페이스
System.Type.GetMethods
System.Type.GetMethod
IsGenericMethod