[DllImport("ole32.dll")]
static extern int CreateObjrefMoniker([MarshalAs(UnmanagedType.IUnknown)]
object pUnk, out IMoniker ppMk);
None.
As of .NET 2.0, UCOMIMoniker is obsolete and has been replaced with System.Runtime.InteropServices.ComTypes.IMoniker. This extends to all interfaces of the System.Runtime.InteropServices namespace starting with "UCOM...". Each of them are replaced in the System.Runtime.InteropServices.ComTypes namespace, with same name, except for the "UCOM" at the beginning.
Please add some!
Please add some!
Do you know one? Please contribute it!