Constructor TypeAssemblyProvider
TypeAssemblyProvider(Type)
Declaration
public TypeAssemblyProvider(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The Type instance to get the Assembly instance from. The type must be reflectable, i.e. implement the IReflectableType interface, otherwise an ArgumentException is thrown. |