ModuleBuilder.GetType Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Gets the named type defined in the module.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
GetType(String) | Gets the named type defined in this module. (Overrides Module.GetType(String).) | |
GetType(String, Boolean) | Gets the named type defined in this module, optionally ignoring the case of the type name. (Overrides Module.GetType(String, Boolean).) | |
GetType(String, Boolean, Boolean) | Gets the named type defined in this module, optionally ignoring the case of the type name. Optionally throws an exception if the type is not found. (Overrides Module.GetType(String, Boolean, Boolean).) |
Top