This topic has not yet been rated - Rate this topic

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)
public static Type MakePointerType(
	Type elementType
)

Parameters

elementType
Type: Type

The element type.

Return Value

Type: Type
A Type object that represents a pointer to the specified type.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.