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!

Module.GetType

[To be supplied.]

Overload List

Returns the class by the given name, performing a case-sensitive search.

[Visual Basic] Overloads Overridable Public Function GetType(String) As Type
[C#] public virtual Type GetType(String);
[C++] public: virtual Type* GetType(String*);
[JScript] public function GetType(String) : Type;

Returns the class by the given name, searching the module with the specified case sensitivity.

[Visual Basic] Overloads Public Function GetType(String, Boolean) As Type
[C#] public Type GetType(String, bool);
[C++] public: Type* GetType(String*, bool);
[JScript] public function GetType(String, Boolean) : Type;

See Also

Module Class | Module Members | System.Reflection Namespace