BaseShadow.MakePointerType (Método)
Devuelve un objeto Type que representa un puntero al tipo especificado.
Espacio de nombres: Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado: Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Sintaxis
'Declaración
Public Shared Function MakePointerType ( _
elementType As Type _
) As Type
public static Type MakePointerType(
Type elementType
)
public:
static Type^ MakePointerType(
Type^ elementType
)
static member MakePointerType :
elementType:Type -> Type
public static function MakePointerType(
elementType : Type
) : Type
Parámetros
elementType
Tipo: TypeTipo del elemento.
Valor devuelto
Tipo: Type
Un objeto Type que representa un puntero al tipo especificado.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)