GetType Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
Type Class
Type Methods
GetType Method
GetType Method
GetType Method (String)
GetType Method (String, Boolea ...
GetType Method (String, Boolea ...
Type Methods
_Type.GetIDsOfNames Method
_Type.GetTypeInfo Method
_Type.GetTypeInfoCount Method
_Type.Invoke Method
Equals Method
FindInterfaces Method
FindMembers Method
GetArrayRank Method
GetAttributeFlagsImpl Method
GetConstructor Method
GetConstructorImpl Method
GetConstructors Method
GetCustomAttributes Method
GetDefaultMembers Method
GetElementType Method
GetEvent Method
GetEvents Method
GetField Method
GetFields Method
GetGenericArguments Method
GetGenericParameterConstraints ...
GetGenericTypeDefinition Metho ...
GetHashCode Method
GetInterface Method
GetInterfaceMap Method
GetInterfaces Method
GetMember Method
GetMembers Method
GetMethod Method
GetMethodImpl Method
GetMethods Method
GetNestedType Method
GetNestedTypes Method
GetProperties Method
GetProperty Method
GetPropertyImpl Method
GetType Method
GetTypeArray Method
GetTypeCode Method
GetTypeFromCLSID Method
GetTypeFromHandle Method
GetTypeFromProgID Method
GetTypeHandle Method
HasElementTypeImpl Method
InvokeMember Method
IsArrayImpl Method
IsAssignableFrom Method
IsByRefImpl Method
IsCOMObjectImpl Method
IsContextfulImpl Method
IsInstanceOfType Method
IsMarshalByRefImpl Method
IsPointerImpl Method
IsPrimitiveImpl Method
IsSubclassOf Method
IsValueTypeImpl Method
MakeArrayType Method
MakeByRefType Method
MakeGenericType Method
MakePointerType Method
ReflectionOnlyGetType Method
ToString Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Type
.
.
::
.
GetType Method
Gets a
Type
object that represents the specified type.
Overload List
Name
Description
GetType
()
()
()
Gets the
Type
of the current instance.
(Inherited from
Object
.)
GetType
()
()
()
Gets the current
Type
.
GetType(String)
Gets the
Type
with the specified name, performing a case-sensitive search.
GetType(String, Boolean)
Gets the
Type
with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type is not found.
GetType(String, Boolean, Boolean)
Gets the
Type
with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found.
Top
See Also
Reference
Type Class
Type Members
System Namespace
Tags :