InterfaceMapping 구조체

정의

인터페이스를 구현하는 클래스에 대한 실제 메서드로의 인터페이스 매핑을 검색합니다.

public value class InterfaceMapping
public struct InterfaceMapping
[System.Runtime.InteropServices.ComVisible(true)]
public struct InterfaceMapping
type InterfaceMapping = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type InterfaceMapping = struct
Public Structure InterfaceMapping
상속
InterfaceMapping
특성

설명

형식이 인터페이스에서 InterfaceMapping 지정한 이름이 아닌 메서드 이름을 사용하는 인터페이스 메서드를 구현하거나 형식이 동일한 이름의 메서드가 있는 여러 인터페이스를 구현하는 경우 구조를 사용합니다.

구조를 가져오 InterfaceMapping 려면 메서드를 Type.GetInterfaceMap 사용합니다.

필드

InterfaceMethods

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

InterfaceType

인터페이스를 나타내는 형식을 보여 줍니다.

TargetMethods

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

TargetType

인터페이스 매핑을 만드는 데 사용된 형식을 나타냅니다.

적용 대상

추가 정보