Type::TypeHandle Property
Silverlight
Gets the handle for the current Type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The .NET Compact Framework does not currently support this property. |
The following example returns the handle of the corresponding type and passes the handle to a method that gets the type from the handle and displays it.
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.
Community Additions
ADD
Show:
Note: