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.CreateTypeInstance

[To be supplied.]

[Visual Basic]
Public Shared Function CreateTypeInstance( _
   ByVal name As String, _
   ByVal basePath As String _
) As Object
[C#]
public static object CreateTypeInstance(
   string name,
   string basePath
);
[C++]
public: static Object* CreateTypeInstance(
   String* name,
   String* basePath
);
[JScript]
public static function CreateTypeInstance(
   name : String,
   basePath : String
) : Object;

Parameters

name
[To be supplied.]
basePath
[To be supplied.]

See Also

HttpRuntime Class | HttpRuntime Members | System.Web Namespace