[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;
Exception Type | Condition |
---|---|
ArgumentNullException | The assem parameter is a null reference (in Visual Basic Nothing). |
FormatterServices Class | FormatterServices Members | System.Runtime.Serialization Namespace