Eplan Platform API
Eplan.EplApi.Starter Namespace / AssemblyResolver Class
Members

In This Topic
    AssemblyResolver Class
    In This Topic
    The class AssemblyResolver does all things needed to resolve the Eplan Api dlls. When a bin path is specified, all Eplan Api dlls inside can be loaded.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Starter.AssemblyResolver

    Syntax
    public class AssemblyResolver 
    public ref class AssemblyResolver 
    Public Constructors
     NameDescription
    Public ConstructorCreate one AssemblyResolver. This will automatically add an AssemblyResolve Event Handler for this domain.  
    Top
    Public Methods
     NameDescription
    Public MethodGet the Eplan bin path. The Eplan bin path where the w3u.exe of your variant is in (p.e. Electric P8)  
    Public MethodGet the Platform bin path. The bin path where the w3Sharedu.dll is in and all your API dlls  
    Public MethodPin an offline application to a eplan application. When the eplan bin path is known, an Offline Application using the Eplan Api dll can pinned to this version. This means all referenced Eplan Api dlls will be loaded. Note: For already loaded linked dlls the AssemblyResolve event is not fired.  
    Public MethodSet the bin paths.  
    Public MethodSet the Platform bin path. The variant path will be searched with the help of the applicationModifier.  
    Public MethodSet the Eplan bin path. Note: This path exists once. Changing it will influence the application. The eplan Platform path (with the Api dlls) is set automatically.  
    Top
    See Also