Related resources for GetType
  • The Object Class in .NET9/5/2023 8:34:30 AM. All the types in .NET are represented as objects and are derived from the Object class.
  • Type Checking in C#9/27/2022 8:36:56 AM. In this article you will learn about type checking in C#.
  • Introduction to C#4/26/2022 10:02:58 AM. This article concentrates on C# language programming.
  • Styles in WPF11/1/2015 1:23:57 PM. In this article you will learn styles to a control in WPF.
  • Gettype and Settype Function in PHP2/15/2013 1:39:19 PM. In this article I explain the settype() and gettype() functions in PHP.
  • Reading Assembly attributes in VB.NET11/10/2012 12:53:35 AM. This article allows you to read the assembly attributes information using .NET. The information store in AssemblyInfo files like Title, Description, copyright, Trade mark can be read using reflection and assembly namespace.
  • Check Your Mobile Device Capabilities5/19/2012 6:21:12 AM. This sample is a utility to determine the capabilities of a Mobile Device. The MobileCapabilities class available in the Mobile Internet Toolkit provides a list of useful information on the client device.
  • Personalizing Mobile Web Applications5/19/2012 6:19:14 AM. In this example, we will personalize the settings for a mobile web application based on the user logged into the site.
  • Add Column Dynamically to DataGrid to Display Calculation1/4/2006 1:51:22 AM. In this article we'll see how to create a DataGrid column which displays the calculation of more than one field in the database table. The calculation could be addition, multiplication or even filtering rows.