다음을 통해 공유


IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 메서드

정의

로 표시되는 type관리되지 않는 인터페이스 형식에 대한 가상 메서드 테이블에 대한 정보를 가져옵니다.

public:
 System::Runtime::InteropServices::Marshalling::VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(Type ^ type);
public System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo GetVirtualMethodTableInfoForKey (Type type);
abstract member GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
Public Function GetVirtualMethodTableInfoForKey (type As Type) As VirtualMethodTableInfo

매개 변수

type
Type

관리되지 않는 인터페이스에 대한 관리되는 형식입니다.

반환

관리되지 않는 인터페이스에 대한 가상 메서드 테이블 정보입니다.

적용 대상