0 out of 4 rated this helpful - Rate this topic

Assembly.GetType Method

Gets the Type object that represents the specified type.

Name Description
Assembly.GetType () Gets the Type of the current instance.
Assembly.GetType (String) Gets the Type object with the specified name in the assembly instance.

Supported by the .NET Compact Framework.

Assembly.GetType (String, Boolean) Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found.

Supported by the .NET Compact Framework.

Assembly.GetType (String, Boolean, Boolean) Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.