Creates a TypeInfo/Type marshaler and passes the provided ITypeInfo to the marshaler. The marshaler then delegates the calls on the Type object to the underlying ITypeInfo interface.
[Visual Basic] Public Shared Function GetTypeForITypeInfo( _ ByVal piTypeInfo As Integer _ ) As Type [C#] public static Type GetTypeForITypeInfo( int piTypeInfo ); [C++] public: static Type* GetTypeForITypeInfo( int piTypeInfo ); [JScript] public static function GetTypeForITypeInfo( piTypeInfo : int ) : Type;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace