Type::MakePointerType Method
Silverlight
Updated: June 2010
Returns a Type object that represents a pointer to the current type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The invoked method is not supported in the base class. |
| TypeLoadException | The current type is TypedReference. -or- The current type is a ByRef type. That is, Type::IsByRef returns true. |
The following code example creates array, ref (ByRef in Visual Basic), and pointer types for the Test class.
Note: |
|---|
To run this example, see Building Examples That Use a Demo Method and a TextBlock Control. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Date | History | Reason |
|---|---|---|
June 2010 | Added missing TypeLoadException exception. |
Customer feedback. |
Community Additions
ADD
Show:
Note: