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!

HttpRuntime.GetType (String)

[To be supplied.]

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

Parameters

name
[To be supplied.]

See Also

HttpRuntime Class | HttpRuntime Members | System.Web Namespace | HttpRuntime.GetType Overload List