Show / Hide Table of Contents

    Constructor TypeAssemblyProvider

    TypeAssemblyProvider(Type)

    Initialises a new TypeAssemblyProvider instance with the Assembly instance of a given 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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.