Show / Hide Table of Contents

    Namespace DesignData.SDS2

    Classes

    Linker

    Before you do anything else with any SDS/2 assemblies, call Linker.Link with appropriate version requirements. This class will find the other SDS/2 .net assemblies from that. You should copy the assembly for this class and distribute it with your program (DesignData.SDS2.Linker.dll).

    But that's the only SDS/2 assembly you should distribute/copy.

    LinkerException

    Thrown when the Linker is not able to find the version requested or detects a problem with using that version.

    Enums

    MajorVersion

    A list of major versions with .net API support, so far.

    Back to top