Click or drag to resize
AssemblyGetType Method
Overload List
  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetType(String)
Gets the Type object with the specified name in the assembly instance.
Public methodGetType(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.
Public methodGetType(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.
Top
See Also