Home
last modified time | relevance | path

Searched refs:GetObjectText_f (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementScope.cs259 internal static GetObjectText GetObjectText_f; field in System.Management.WmiNetUtilsHelper
340 LoadDelegate(ref GetObjectText_f, hModule, "GetObjectText") && in WmiNetUtilsHelper()
409GetObjectText_f = (int _, IntPtr __, int ___, out string ____) => throw new PlatformNotSupportedEx… in LoadPlatformNotSupportedDelegates()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs250 … int res = WmiNetUtilsHelper.GetObjectText_f(13, pWbemClassObject, lFlags, out pstrObjectText); in GetObjectText_()