Sections

Tips, Tricks and Code Snippets

just another "how to" blog

Categories

  • C#
  • Dynamic Programming
  • Excel
  • Java
  • SQL Server
  • SSRS
  • TFS
  • VB.Net
  • VBA
  • VS 2012
  • WPF

Daily Archives: June 13, 2014

 

How to find all subclasses of a given class

Posted on June 13, 2014 by admin Leave a comment

The following function will return a list of all subclasses inherited from a given class. Please note, that it works only within a single assembly, same as which holds the given superclass. 1 2 3 4 5 6 7 8 Function FindSubClasses(Of TBaseType)() As IEnumerable(Of Type)     Dim baseType = GetType(TBaseType)     Dim […]
Continue reading…

Categories: Dynamic Programming, VB.Net

Tags: VB.Net

 

Recent Posts

  • How to set a flat style to Button and ComboBox in WPF
  • How to count the frequency of the words in a text
  • How to find all subclasses of a given class
  • How to align text in DataGrid
  • How to create an object by class name using Reflection

Archives

  • September 2014
  • June 2014
  • May 2014
  • February 2014
  • January 2014

Categories

  • C#
  • Dynamic Programming
  • Excel
  • Java
  • SQL Server
  • SSRS
  • TFS
  • VB.Net
  • VBA
  • VS 2012
  • WPF

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Tags

Access Align Button C# ComboBox DataGrid Dynamic Report Excel Exclusive Lock Flat Global Events Handling Java Keyboard Focus MS SQL Reflection Reporting Service ReportViewer Routed Events Serialization Soap SSRS T-SQL TFS Transaction VB.Net VBA Visual Studio 2012 Web Service Workspace WPF XAML

Archive

June 2014
M T W T F S S
« May   Sep »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Powered by WordPress and HeatMap AdAptive Theme