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!

Assembly.GetType (String)

Gets the Type object with the specified name.

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

Parameters

name
The full name of the type.

Return Value

A Type object that represents the specified class.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetType Overload List