CimConverter.GetCimType(Type) Method
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.
public:
static Microsoft::Management::Infrastructure::CimType GetCimType(Type ^ dotNetType);
public:
static Microsoft::Management::Infrastructure::CimType GetCimType(Platform::Type ^ dotNetType);
public static Microsoft.Management.Infrastructure.CimType GetCimType (Type dotNetType);
static member GetCimType : Type -> Microsoft.Management.Infrastructure.CimType
Public Shared Function GetCimType (dotNetType As Type) As CimType
Parameters
- dotNetType
- Type