_Type::GetInterfaceMap Method (Type^)
.NET Framework (current version)
Provides COM objects with version-independent access to the Type::GetInterfaceMap method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- interfaceType
-
Type:
System::Type^
The Type of the interface of which to retrieve a mapping.
Return Value
Type: System.Reflection::InterfaceMappingAn InterfaceMapping object representing the interface mapping for interfaceType.
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::GetInterfaceMap method returns an interface mapping for the specified interface type.
.NET Framework
Available since 1.1
Available since 1.1
Show: