Share via


CimConverter.GetDotNetType Method (CimType)

 

Gets the .NET type of a given CimType.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public static Type GetDotNetType(
    CimType cimType
)
public:
static Type^ GetDotNetType(
    CimType cimType
)
static member GetDotNetType : 
        cimType:CimType -> Type
Public Shared Function GetDotNetType (
    cimType As CimType
) As Type

Parameters

Return Value

Type: System.Type

Represents the .NET type of the specified CimType, or null if the mapping is ambiguous.

See Also

CimConverter Class
Microsoft.Management.Infrastructure Namespace

Return to top