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.
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
cimType
Type: Microsoft.Management.Infrastructure.CimTypeThe CimType for which the .NET type will be returned.
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