Gets the named type defined in the module given the base type of the type.
[Visual Basic] Overloads Public Function GetType( _ ByVal strFormat As String, _ ByVal baseType As Type _ ) As Type [C#] public Type GetType( string strFormat, Type baseType ); [C++] public: Type* GetType( String* strFormat, Type* baseType ); [JScript] public function GetType( strFormat : String, baseType : Type ) : Type;
The requested type. Returns a null reference (in Visual Basic Nothing) if the type is not found.
NGWS Runtime Security:
ReflectionPermission | SecurityAction.Demand, ReflectionEmit |
ModuleBuilder Class | ModuleBuilder Members | System.Reflection.Emit Namespace | ModuleBuilder.GetType Overload List