Type.GetTypeCode Method (Type)
.NET Framework (current version)
Gets the underlying type code of the specified Type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.Type
The type whose underlying type code to get.
When you inherit from Type, you can change the behavior of this method by overriding the GetTypeCodeImpl method.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: