Share via


IProvideDynamicClassInfo.GetClassInfo(Type) Method

Definition

Returns the ITypeInfo for an object.

public:
 int GetClassInfo([Runtime::InteropServices::Out] Type ^ % ppTI);
public int GetClassInfo (out Type ppTI);
abstract member GetClassInfo : Type -> int
Public Function GetClassInfo (ByRef ppTI As Type) As Integer

Parameters

ppTI
Type

[out] Pointer to the ITypeInfo interface.

Returns

Applies to