Click or drag to resize
TypeGetType Method
Gets the current Type.

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

Return Value

Type: Type
The current Type.
Exceptions
ExceptionCondition
TargetInvocationExceptionA class initializer is invoked and throws an exception.
See Also