InterfaceMapping.TargetMethods 필드

정의

인터페이스를 나타내는 메서드를 보여 줍니다.

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

필드 값

특성

설명

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

적용 대상

추가 정보