NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ModuleBuilder.GetType

Gets a type defined in the module.

Overload List

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;

Requirements

NGWS Runtime Security:

ReflectionPermission SecurityAction.Demand, ReflectionEmit

See Also

ModuleBuilder Class | ModuleBuilder Members | System.Reflection.Emit Namespace