[To be supplied.]
[Visual Basic] Public Shared Function GetComInterfaceForObject( _ ByVal o As Object, _ ByVal T As Type _ ) As Integer [C#] public static int GetComInterfaceForObject( object o, Type T ); [C++] public: static int GetComInterfaceForObject( Object* o, Type* T ); [JScript] public static function GetComInterfaceForObject( o : Object, T : Type ) : int;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace