System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly Method

Looks up the Type of the specified object in the provided System.Reflection.Assembly.

Syntax

public static Type GetTypeFromAssembly (System.Reflection.Assembly assem, string name)

Parameters

assem
The assembly where you want to look up the object.
name
The name of the object.

Returns

The Type of the named object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0