C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Object Class
Object Methods
Equals Method
GetHashCode Method
GetType Method
MemberwiseClone Method
ReferenceEquals Method
ToString Method
Object
GetType Method
Gets the
Type
of the current instance.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
Type
GetType
()
Return Value
Type:
Type
The exact runtime type of the current instance.
See Also
Reference
Object Class
System Namespace