Home
last modified time | relevance | path

Searched refs:IWbemClassObject_DoNotMarshal (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs593 interface IWbemClassObject_DoNotMarshal interface
604 …ig] int Clone_([Out][MarshalAs(UnmanagedType.Interface)] out IWbemClassObject_DoNotMarshal ppCo… in Clone_()
608 …([In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemClassObject_DoNotMarshal pCom… in CompareTo_()
611 …terface)] out IWbemClassObject_DoNotMarshal ppInSignature, [Out][MarshalAs(UnmanagedType.Interf… in GetMethod_()
612 …Type.Interface)] IWbemClassObject_DoNotMarshal pInSignature, [In][MarshalAs(UnmanagedType.Inter… in PutMethod_()
615 …rface)] ref IWbemClassObject_DoNotMarshal ppInSignature, [In][Out][MarshalAs(UnmanagedType.Inte… in NextMethod_()
792 …ig] int Clone_([Out][MarshalAs(UnmanagedType.Interface)] out IWbemClassObject_DoNotMarshal ppCo… in Clone_()
796 …([In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemClassObject_DoNotMarshal pCom… in CompareTo_()
799 …terface)] out IWbemClassObject_DoNotMarshal ppInSignature, [Out][MarshalAs(UnmanagedType.Interf… in GetMethod_()
800 …Type.Interface)] IWbemClassObject_DoNotMarshal pInSignature, [In][MarshalAs(UnmanagedType.Inter… in PutMethod_()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementObjectCollection.cs539IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.opt… in MoveNext()
637 …Marshal.ReleaseComObject((IWbemClassObject_DoNotMarshal)(Marshal.GetObjectForIUnknown(cachedObject… in Reset()
H A DProperty.cs516 wmiValue = new IWbemClassObject_DoNotMarshal[length]; in MapValueToWmiValue()
520 …((IWbemClassObject_DoNotMarshal[])(wmiValue))[i] = (IWbemClassObject_DoNotMarshal)(Marshal.GetObje… in MapValueToWmiValue()
739 wmiValue = new IWbemClassObject_DoNotMarshal[length]; in MapValueToWmiValue()
743 …((IWbemClassObject_DoNotMarshal[])(wmiValue))[i] = (IWbemClassObject_DoNotMarshal)(Marshal.GetObje… in MapValueToWmiValue()
H A DManagementEventWatcher.cs425IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[options.BlockSize]; in WaitForNextEvent()
H A DManagementBaseObject.cs623 … (IWbemClassObject_DoNotMarshal)(Marshal.GetObjectForIUnknown(wbemObject)), in GetText()
H A DManagementScope.cs1062 …internal int Next_( int lTimeout, uint uCount, IWbemClassObject_DoNotMarshal[] ppOutParams, ref ui… in Next_()