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: Type

    The element type.

Return Value

Type: Type
A Type object that represents a pointer to the specified type.

.NET Framework Security

See Also

Reference

BaseShadow Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace