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!

FormatterServices.GetTypeFromAssembly

[To be supplied.]

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

Parameters

assem
[To be supplied.]
name
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException The assem parameter is a null reference (in Visual Basic Nothing).

See Also

FormatterServices Class | FormatterServices Members | System.Runtime.Serialization Namespace