Share via


Assembly.GetType Method

Gets the Type object that represents a specified class (type).

Overload List

Name Description
Assembly.GetType (String) Gets the Type object that represents a specified class (type) in the current assembly.
Assembly.GetType (String, Boolean) Gets the Type object that represents a specified class (type) in the current assembly, and optionally throws an exception.
Assembly.GetType () (Inherited from Object.)

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Assembly Class
Assembly Members
System.Reflection Namespace