Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains members to convert .NET types to CIM types and CIM types to .NET types.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimConverter
Syntax
public static class CimConverter
public ref class CimConverter abstract sealed
[<AbstractClass>]
[<Sealed>]
type CimConverter = class end
Public NotInheritable Class CimConverter
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetCimType(Type) | Gets the CimType type of a given .NET type. |
![]() ![]() |
GetDotNetType(CimType) | Gets the .NET type of a given CimType. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure Namespace
Return to top