Code: Select all
tlbimp VirtualBox.tlbI can see, for example, that IVirtualBox.get_Machines() is defined as
Code: Select all
[return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType=VarEnum.VT_DISPATCH)]
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x60020009)]
public virtual extern IMachine[] get_Machines();