BaseShadow.MakePointerType Method
Returns a Type object that represents a pointer to the specified type.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
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
Parameters
elementType
Type: TypeThe element type.
Return Value
Type: Type
A Type object that represents a pointer to the specified type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.