7 references to CustomMarshaler
mscorlib (2)
system\reflection\emit\unmanagedmarshal.cs (2)
29
unmanagedType == UnmanagedType.
CustomMarshaler
||
73
if (m_unmanagedType == UnmanagedType.
CustomMarshaler
)
System.Management (3)
InteropClasses\WMIInterop.cs (3)
689
[PreserveSig] int GetObject_([In][MarshalAs(UnmanagedType.BStr)] string strObjectPath, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [Out][MarshalAs(UnmanagedType.
CustomMarshaler
, MarshalTypeRef=typeof(MarshalWbemObject))] out IWbemClassObjectFreeThreaded ppObject, [In] IntPtr ppCallResult);
707
[PreserveSig] int ExecMethod_([In][MarshalAs(UnmanagedType.BStr)] string strObjectPath, [In][MarshalAs(UnmanagedType.BStr)] string strMethodName, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In] IntPtr pInParams, [Out][MarshalAs(UnmanagedType.
CustomMarshaler
, MarshalTypeRef=typeof(MarshalWbemObject))] out IWbemClassObjectFreeThreaded ppOutParams, [In] IntPtr ppCallResult);
748
[PreserveSig] int GetResultObject_([In] Int32 lTimeout, [Out][MarshalAs(UnmanagedType.
CustomMarshaler
, MarshalTypeRef=typeof(MarshalWbemObject))] out IWbemClassObjectFreeThreaded ppResultObject);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
2496
[return : MarshalAs(UnmanagedType.
CustomMarshaler
, MarshalTypeRef=typeof(ActiveXFontMarshaler))]
2524
[param : MarshalAs(UnmanagedType.
CustomMarshaler
, MarshalTypeRef=typeof(ActiveXFontMarshaler))]