TypeDelegator.GetInterfaceMap Method
.NET Framework 3.0
Returns an interface mapping for the specified interface type.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)] public override InterfaceMapping GetInterfaceMap ( Type interfaceType )
/** @attribute ComVisibleAttribute(true) */ public InterfaceMapping GetInterfaceMap ( Type interfaceType )
ComVisibleAttribute(true) public override function GetInterfaceMap ( interfaceType : Type ) : InterfaceMapping
Not applicable.
Parameters
- interfaceType
The Type of the interface to retrieve a mapping of.
Return Value
An InterfaceMapping object representing the interface mapping for interfaceType.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.