"You can get the Type by using typeof() or if you have an instance of the class, use its GetType() method (inherited from System.Object, the root of all types in .NET)." . . . . .