I want to distinctly determine if the type that I have is of custom class type (MyClass) or one provided by the Framework (System.String).
Is there any way in refle
You can check the Assembly in which the type is declared.
object.GetType().Assembly