jeudi 17 mai 2018

How to find a Type that inherits from some BaseClass

I have a class

public class BaseClass
{

}

I have a child class

public class ChildClass : BaseClass
{

}

I want to know what classes/types inherit from BaseClass (find ChildClass for example). I know that i have to use assemble and reflection but don't know how/which function to use.

Edit: ok maybe now you'll get it





Aucun commentaire:

Enregistrer un commentaire