Related resources for GetType
  • 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.
  • System.Object: a look on mother of all managed classes2/4/2011 1:42:47 AM. In this article we will walk through and understand each function of the Object class.
  • Introduction to C#11/12/2009 11:35:14 PM. This article concentrates on C# language programming.
  • The Object Class in .NET8/6/2009 6:22:50 AM. All the types in .NET are represented as objects and are derived from the Object class.
  • The Object Class in .NET8/6/2009 6:22:50 AM. All the types in .NET are represented as objects and are derived from the Object class.
  • 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.