GetType Method
Gets the runtime type of the current instance.
Syntax
public System.Type GetType()Public Function GetType() As System.TypeReturn Value
A System.Type object that represents the exact runtime type of the current instance.
Gets the runtime type of the current instance.
public System.Type GetType()Public Function GetType() As System.TypeA System.Type object that represents the exact runtime type of the current instance.