.NET Framework Class Library
Type..::.GetType Method

Gets a Type object that represents the specified type.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType()()()Gets the Type of the current instance. (Inherited from Object.)
Public methodGetType()()()Gets the current Type.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType(String)Gets the Type with the specified name, performing a case-sensitive search.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType(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.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType(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

Tags :


Page view tracker