Type.GetTypeHandle Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the handle for the Type of a specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
- Type: System.Object
The Object for which to get the Type handle.
| Exception | Condition |
|---|---|
| ArgumentNullException | o is Nothing. |
Show: