Gets a type defined in the module.
Gets the named type defined in the module given the base type of the type.
[Visual Basic] Overloads Public Function GetType(String, Type) As Type
[C#] public Type GetType(String, Type);
[C++] public: Type* GetType(String*, Type);
[JScript] public function GetType(String, Type) : Type;
Gets the named type defined in the module.
[Visual Basic] Overloads Overrides Public Function GetType(String) As Type
[C#] public override Type GetType(String);
[C++] public: override Type* GetType(String*);
[JScript] public override function GetType(String) : Type;
NGWS Runtime Security:
ReflectionPermission | SecurityAction.Demand, ReflectionEmit |
ModuleBuilder Class | ModuleBuilder Members | System.Reflection.Emit Namespace