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

[To be supplied.]

[Visual Basic]
Public Shared Function GetAssemblyType( _
   ByVal assemblyName As String, _
   ByVal className As String _
) As Type
[C#]
public static Type GetAssemblyType(
   string assemblyName,
   string className
);
[C++]
public: static Type* GetAssemblyType(
   String* assemblyName,
   String* className
);
[JScript]
public static function GetAssemblyType(
   assemblyName : String,
   className : String
) : Type;

Parameters

assemblyName
[To be supplied.]
className
[To be supplied.]

See Also

HttpRuntime Class | HttpRuntime Members | System.Web Namespace