IMultiTargetingSupportService.GetRuntimeType(Type) Método
Definição
Obtém o tipo de runtime que corresponde ao tipo especificado.Gets the runtime type that corresponds to the specified type.
public:
Type ^ GetRuntimeType(Type ^ reflectionType);
public Type GetRuntimeType (Type reflectionType);
abstract member GetRuntimeType : Type -> Type
Public Function GetRuntimeType (reflectionType As Type) As Type
Parâmetros
- reflectionType
- Type
O tipo para o qual obter o tipo de runtime.The type to get the runtime type of.
Retornos
O tipo de runtime que corresponde ao tipo especificado.The runtime type that corresponds to the specified type.