Metodo BaseShadow.MakePointerType
Restituisce un oggetto Type che rappresenta un puntatore al tipo specificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Sintassi
'Dichiarazione
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
Parametri
elementType
Tipo: TypeTipo dell'elemento.
Valore restituito
Tipo: Type
Oggetto Type che rappresenta un puntatore al tipo specificato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting