Compartir a través de


MultiTargetingSupportService.GetReflectionType(Type) Método

Definición

Obtiene el tipo de la reflexión al que se proporciona un tipo de objeto.

public:
 abstract Type ^ GetReflectionType(Type ^ objectType);
public abstract Type GetReflectionType (Type objectType);
abstract member GetReflectionType : Type -> Type
Public MustOverride Function GetReflectionType (objectType As Type) As Type

Parámetros

objectType
Type

Tipo del objeto.

Devoluciones

Tipo de reflexión.

Se aplica a