InterfaceMapping.InterfaceMethods 필드

정의

인터페이스에 정의된 메서드를 표시합니다.

public: cli::array <System::Reflection::MethodInfo ^> ^ InterfaceMethods;
public System.Reflection.MethodInfo[] InterfaceMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] InterfaceMethods;
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
Public InterfaceMethods As MethodInfo() 

필드 값

특성

설명

배열에서 반환된 InterfaceMethods 요소는 배열에서 반환된 해당 요소와 일치합니다 TargetMethods . 즉, 요소는 동일한 배열 인덱싱 순서에 있습니다.

적용 대상

추가 정보