Click or drag to resize
ObjectGetType Method
Gets the Type of the current instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public Type GetType()

Return Value

Type: Type
The exact runtime type of the current instance.
See Also