ManagementBaseObject.Explicit(ManagementBaseObject to IntPtr) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the internal WMI object represented by a ManagementObject.
public:
static explicit operator IntPtr(System::Management::ManagementBaseObject ^ managementObject);
public static explicit operator IntPtr (System.Management.ManagementBaseObject managementObject);
static member op_Explicit : System.Management.ManagementBaseObject -> nativeint
Public Shared Narrowing Operator CType (managementObject As ManagementBaseObject) As IntPtr
Parameters
- managementObject
- ManagementBaseObject
The ManagementBaseObject that references the requested WMI object.
Returns
nativeint
An IntPtr representing the internal WMI object.
Remarks
This operator is used internally by instrumentation code. It is not intended for direct use by regular client or instrumented applications.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.