[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;
HttpRuntime Class | HttpRuntime Members | System.Web Namespace