IIUnknownInterfaceDetailsStrategy.GetComExposedTypeDetails 方法

定义

获取有关向 COM 公开的指定类型的详细信息。

public:
 System::Runtime::InteropServices::Marshalling::IComExposedDetails ^ GetComExposedTypeDetails(RuntimeTypeHandle type);
public System.Runtime.InteropServices.Marshalling.IComExposedDetails? GetComExposedTypeDetails (RuntimeTypeHandle type);
abstract member GetComExposedTypeDetails : RuntimeTypeHandle -> System.Runtime.InteropServices.Marshalling.IComExposedDetails
Public Function GetComExposedTypeDetails (type As RuntimeTypeHandle) As IComExposedDetails

参数

type
RuntimeTypeHandle

运行时类型句柄。

返回

有关指定类型的详细信息(如果已知)。

适用于